Loading Tool

Explorer IconExplorer

Memory Pool

38,849 transactions
26.05 vMB
0.05293105 BTC
Random Selection Loading Transactions
Max Size: 135.43/200 MB

Candidate Block

Mining Attempt c46854d1df36f4f14d27fb5366349dba9d512ca48e649b12c7bd5cb3b0f2fda5
Version 20000000
Previous Block 00000000000000000001b17ec5908732df8bb2052d9271bfe630f130dd54d102
Merkle Root a0c6c52017d64d7e6cce6cca89dcc35ade088c8a3ce38000b570cf724163d3f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,952
Size: 1.00 vMB
Total Fees: 0.00500330 BTC
Feerates: 100.00 > 0.50 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,804 (529,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,329 385,329 000000000000000004473a0d22c0789dd210e2c56da59b9968040f9ba4f0999d 1,048 0.59/1.00 vMB 28
385,328 385,328 000000000000000002839f38397287d13cedb2ffd9de0f41b5c86203c771d16f 791 0.41/1.00 vMB 33
385,327 385,327 00000000000000000baa968b40beb5d1047f4d6452982967be211ebda2a7c65c 90 0.09/1.00 vMB 13
385,326 385,326 00000000000000000c5425cddcae10b42bfb875ce96e3fe92a927486084cdfc4 336 0.34/1.00 vMB 15
385,325 385,325 00000000000000000151ff588cf6e96456adaef1cde5ff1f637546d4c7c18d85 178 0.13/1.00 vMB 19
385,324 385,324 00000000000000000d20bb2093ee31b5c4c53d93f474b7f4d54007be8c80d06d 601 1.00/1.00 vMB 12
385,323 385,323 0000000000000000016c2693729293e79a05c12e35e4595a8f4878cdd045b4a0 1 0.00/1.00 vMB 0
385,322 385,322 00000000000000000b26a177900f599908016cc6e1a4c070a3661194855858a7 1,490 0.86/1.00 vMB 28
385,321 385,321 00000000000000000a2626922a6b614bb879f4d0517e186155a2f4fcc05d7af6 2,225 1.00/1.00 vMB 49
385,320 385,320 00000000000000000021978fe1d3f716ba0ecacd9fd2faf3139d4702fb33882f 1,896 1.00/1.00 vMB 31
385,319 385,319 000000000000000003b299eaa740eef366780cad50910ca83cb6c64320080769 1 0.00/1.00 vMB 0
385,318 385,318 000000000000000008dc50b8ba46a0ac61411ad22f4b5135d93cf5440117cdb5 1,005 0.99/1.00 vMB 16
385,317 385,317 000000000000000000494b193d1b23759d0ec72b108bf78baf0aeac4a621b30d 1,240 0.93/1.00 vMB 23
385,316 385,316 00000000000000000eac6f8af7b6ec7ecfe2a8b92317ffdd55a7c24b428a9b20 1 0.00/1.00 vMB 0
385,315 385,315 0000000000000000010cd5a1135c8c65be40c4db5fbd3a82c67acb8872c524ba 2,705 0.93/1.00 vMB 44
385,314 385,314 000000000000000003d386a21a21b7abfca21dc16e3ea362fd8607fa18c0ba69 2,076 0.99/1.00 vMB 33
385,313 385,313 00000000000000000ed0dc30e21f159debc5e3c8c5397f8d70e449ecf04df447 1,536 0.75/1.00 vMB 31
385,312 385,312 00000000000000000b48280f45a988b97c508d2444bd25e5975da573999146e8 46 0.05/1.00 vMB 31
385,311 385,311 000000000000000002086bfa5ea5096c0a885a9fd8210092c29296f1bb5c0469 1,592 0.93/1.00 vMB 31
385,310 385,310 00000000000000000c2be1130c14f6163b2edee025ff7acca68227cba36dc465 489 0.63/1.00 vMB 12
385,309 385,309 00000000000000000d6b15f3ea805538a2996b71cf65f778460c73e9e968ae4d 1,880 0.93/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.04 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: 650.52 GB
    • Received: 13.29 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.