Loading Tool

Explorer IconExplorer

Memory Pool

20,267 transactions
4.55 vMB
0.02434769 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.72/200 MB

Candidate Block

Mining Attempt 2443479c918f8b169da9e1cbc8e90b5132136749970eb85af94db3aa578b8b6f
Version 20000000
Previous Block 000000000000000000004c1a5b2dad9ad6b72a40d5035c740a1eaf021b193ef2
Merkle Root fac3a959ffbd1029f8d643df0357c60f45b376a91f4b138328316045c4822c9a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,184
Size: 0.39 vMB
Total Fees: 0.01351574 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,985 (785,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,642 127,642 0000000000001e94ace64db4e6f493a45ae73b924d37c50023ca0230e4d1f1e0 0.01 MB 32 888
127,641 127,641 00000000000026737911d483628799fc1f50f1fc0e48f3a26fc6fec0cb2f8747 0.00 MB 5 1,227
127,640 127,640 0000000000000eee2a64855a19335161a3f7a5a8aa0a20a041ef5cc9863dd964 0.04 MB 94 216
127,639 127,639 00000000000022aec72d69bb56e2f24631993a49b91b5687134539128cd7b482 0.00 MB 8 329
127,638 127,638 000000000000224b4202eee26080e21d231f4b8fdba6e363c25d5bbf19c95b65 0.00 MB 8 1,521
127,637 127,637 00000000000020b5f71605ad4c5a429b95da406fd95d7354ebe8c20da13a77b5 0.00 MB 10 1,149
127,636 127,636 0000000000001de32bd8f24bd6b4b7be4da60f3c87f004d837b5a2d13dbf4b7f 0.00 MB 5 1,474
127,635 127,635 00000000000022581579e1ad5f0c477f4ce53d3955e5dee24ea4765120844739 0.00 MB 4 1,291
127,634 127,634 00000000000000362d1e7c1f3968f4e49b6bafa2e2d592533dc9a7459d0ac918 0.01 MB 20 15,430
127,633 127,633 0000000000000e2a44c707cf659b402719bd13ea1700bf5ff5f458db5d1ad31b 0.00 MB 17 415
127,632 127,632 00000000000023908902311fa5fbf862e1a570360ff80463247dda24c5edbdfa 0.01 MB 52 1,576
127,631 127,631 000000000000079dc8c0777b187a54d477c45106e8606894ac9cdf9e2e3add78 0.02 MB 62 0
127,630 127,630 0000000000001d39eac1016f91da0ebf79714e2e425e7b8f9c188635df2fca58 0.01 MB 13 1,236
127,629 127,629 00000000000012b9e7eaeb468388f3f6e221b236a0b0ac29f638750372fdb191 0.00 MB 6 1,545
127,628 127,628 0000000000000081402aa607b81bd612b4a4a2fdfd4c086906af1617d9414654 0.01 MB 18 284
127,627 127,627 0000000000001eda54377930f71682f62efe15439d4e28d87dd64d608997ab50 0.02 MB 58 273
127,626 127,626 0000000000000a0a4b45afa5fc228932bce693790dc23091aaf8169758894fb3 0.01 MB 14 2,001
127,625 127,625 00000000000014005a4e67caa59196eca6ff047691218812ee8eab55b446fa62 0.01 MB 11 825
127,624 127,624 0000000000001325f1aaaf24651545ac80dd01cb17728599feef2147ced80b36 0.00 MB 3 267
127,623 127,623 0000000000001110a6d4d228e150a465eacb0335bf2b3fae8bab293703af66a6 0.02 MB 52 425
127,622 127,622 00000000000016e4db65f8e1c73849f429b8560f95767bd8be0e440bfbc618c6 0.01 MB 27 493
Previous 10 blocks ↓
Total Size: 778.81 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: 362.51 GB
    • Received: 3.27 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.