Loading Tool

Explorer IconExplorer

Memory Pool

74,140 transactions
28.73 vMB
0.08058579 BTC
Random Selection Loading Transactions
Max Size: 169.82/200 MB

Candidate Block

Mining Attempt d3eafba23a55486187eddc63a270c19a4ea23d5ac57cf5f241532e4552b7d3c3
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 6c7145dc19f78240e8646d6e518918203e9d94169dc65d733f3105dee508d865
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,605
Size: 1.00 vMB
Total Fees: 0.02213333 BTC
Feerates: 150.36 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (263,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,131 651,131 0000000000000000000afeb91a7f178f9fd07da766ccb1fa6dd88dc5a40060fc 2,607 1.00/1.00 vMB 44
651,130 651,130 00000000000000000000b955c0923c7ff60bd73e45a9ce7a04eb944cbfb70876 2,678 1.00/1.00 vMB 93
651,129 651,129 00000000000000000004f2e0406066423ef36adfb1f359b81296440c132ca925 3,238 1.00/1.00 vMB 114
651,128 651,128 0000000000000000000171bd6487e0108343929ed8b7d9e246cd4a41c9b8d4a9 3,117 1.00/1.00 vMB 101
651,127 651,127 0000000000000000000315d9e3d740c62eda642a778e45e0e5a1583a50cb9b91 2,735 1.00/1.00 vMB 73
651,126 651,126 00000000000000000007aaf9463bca8fee5e467fd5c833b5f39c4c23b05c2377 2,760 1.00/1.00 vMB 57
651,125 651,125 0000000000000000000d75f622e90f3174cf2e45acedd552339f37044a478324 2,324 1.00/1.00 vMB 25
651,124 651,124 00000000000000000004bf3910a5da1d930c8316f27e7985abef2522605980c4 2,139 1.00/1.00 vMB 99
651,123 651,123 000000000000000000070649fe1660bbb38d6f7cae9bc39f62a4d1287f2e4ead 2,430 1.00/1.00 vMB 31
651,122 651,122 0000000000000000000d4a1d14c884496bad746171a743a5dcef1ba5bfdd5532 2,471 1.00/1.00 vMB 46
651,121 651,121 000000000000000000089f73d2a6220b2e83c3c65287a934391297cc545c58f2 2,828 1.00/1.00 vMB 97
651,120 651,120 000000000000000000088d8e616e21a8d083e8e8a89e52c9dfd51b9f04f06dc9 3,131 1.00/1.00 vMB 113
651,119 651,119 00000000000000000006c43b82fc4afaa7bc1b2fca38ffa478ca12c3a94f9c04 1,987 1.00/1.00 vMB 38
651,118 651,118 0000000000000000000b6f2810320408e2cb6d0acd86efcfd5bce590b7310caa 2,714 1.00/1.00 vMB 72
651,117 651,117 0000000000000000000430f5aff22e01f2df0de92ab35e80b8e1ceb61ef08319 1,489 1.00/1.00 vMB 35
651,116 651,116 0000000000000000000e6884406069a3c17668e6ef330106e155be2ecd89238c 1,717 1.00/1.00 vMB 38
651,115 651,115 000000000000000000093832a4b120a9df55acd837dc8ab8608aff356792ee5a 526 1.00/1.00 vMB 7
651,114 651,114 00000000000000000008f8eb23ca8854df20703804a8ff22cfd024fac64ec70d 1,681 1.00/1.00 vMB 67
651,113 651,113 00000000000000000005342c0196b3841246002354ee62a09c43e294d7f4ceb9 2,446 1.00/1.00 vMB 41
651,112 651,112 00000000000000000008424d3ce08e94b986312368f5b1417fa25132f53a00fa 3,032 1.00/1.00 vMB 99
651,111 651,111 00000000000000000006eaab04b2ee44f2e8d543fee93c8858647433dc317f33 892 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.