Loading Tool

Explorer IconExplorer

Memory Pool

72,812 transactions
27.99 vMB
0.06539020 BTC
Random Selection Loading Transactions
Max Size: 166.14/200 MB

Candidate Block

Mining Attempt 65d83579d40e7b1555624ce9b3a48683d952e8220f772f9efa43308b843b06f6
Version 20000000
Previous Block 000000000000000000003563c4b66b8c7aee15d5eb92bb97c05d0ba548e70e53
Merkle Root 2e2599b122c4d5ee16a0c1ecefe0027c1ee244d1697ae4f828c55287aa3c735a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,331
Size: 1.00 vMB
Total Fees: 0.00953518 BTC
Feerates: 180.34 > 0.96 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,033 (356,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,062 558,062 0000000000000000000379f0e0b226980587bf144dfafde5eb19007ce4bc8d32 2,777 1.00/1.00 vMB 26
558,061 558,061 0000000000000000001f72301d28f2a2ad43e69dd92d5958789ae7b9b3ccc69e 2,556 1.00/1.00 vMB 27
558,060 558,060 00000000000000000015d3945d3f6b56ddcb9ebc00a2a8432808310db502773f 2,564 1.00/1.00 vMB 28
558,059 558,059 000000000000000000241a7294616b1e3704101af177271059a8d913961214e3 2,002 1.00/1.00 vMB 12
558,058 558,058 000000000000000000236ace8cbaf4ccbbe5791491c556fd6759d6c6d4ca444d 1,231 1.00/1.00 vMB 3
558,057 558,057 000000000000000000067cafb3de0e714f901d771237b473067c6aa3e34dba96 2,168 1.00/1.00 vMB 9
558,056 558,056 00000000000000000015a5da4b547167e497c182ad098889e1363593fd98acf2 2,746 1.00/1.00 vMB 19
558,055 558,055 0000000000000000000050c2225e14e431fea9e2a05cbfd562b8d7c0a661a3c9 2,719 1.00/1.00 vMB 41
558,054 558,054 0000000000000000002e8fccc211838c7d12c913d13b9686e8f63127cb57e712 80 0.03/1.00 vMB 12
558,053 558,053 00000000000000000006e299c73a4a43231f2937c35397810ff9e798ca116eac 2,724 1.00/1.00 vMB 9
558,052 558,052 0000000000000000001d741e4eccf08e5edf44a3f9069ab9d7ff96a736c9ad21 273 0.10/1.00 vMB 25
558,051 558,051 00000000000000000018011b19d9a7a0286c44e22c5cb501ba17c86be88e8f7f 2,551 1.00/1.00 vMB 28
558,050 558,050 00000000000000000000235c5022fd8fa52eba4005f137f04694691bc41b0e17 2,420 0.80/1.00 vMB 16
558,049 558,049 0000000000000000001c60a3a1d9eff86e50b7ccde7d32d56b4a8a3b1f70aa2b 1,201 0.45/1.00 vMB 19
558,048 558,048 0000000000000000000f6a719724631be908eeb8e94b4b17bf3db096c0d5b489 740 0.33/1.00 vMB 15
558,047 558,047 0000000000000000002f27a6b212c1827adc4ebf005aecef58ba6e304b2063f3 2,760 0.99/1.00 vMB 17
558,046 558,046 000000000000000000222f39c2106788a51d32800d9d8fa4016e1f3d861f3ab1 2,806 1.00/1.00 vMB 16
558,045 558,045 0000000000000000002efe37dbd935f845781fe5b4fecc204b23c8023c95c655 2,600 1.00/1.00 vMB 5
558,044 558,044 0000000000000000001c1aff481d86d37c9d71208ec2df9c160a2a3559ee5697 2,764 1.00/1.00 vMB 42
558,043 558,043 0000000000000000002108ad20775ca4af1fe9eb6315d9bf20bc8cb5b1d67862 2,811 0.98/1.00 vMB 14
558,042 558,042 0000000000000000001f5d5353909f3337c236f0020779105badfe83b2e1daff 2,705 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 666.90 GB
    • Received: 15.23 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.