Loading Tool

Explorer IconExplorer

Memory Pool

78,068 transactions
29.29 vMB
0.06357092 BTC
Random Selection Loading Transactions
Max Size: 176.05/200 MB

Candidate Block

Mining Attempt e9fd713ab25eb36ad0202282153868dc08efc7501ba701613e39cc909120d69f
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root d1a8c25691f4acd4de6dccb3f66946aec05886c57b30b66575e143d628b64c9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,832
Size: 1.00 vMB
Total Fees: 0.00430433 BTC
Feerates: 21.09 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (127,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,671 787,671 000000000000000000018f2b12a7e70d336ffec7ec2209aee0cffce5c3e9af9d 3,646 1.00/1.00 vMB 40
787,670 787,670 00000000000000000000e3fe905845e06456fbb4e3dc8d408038d48b4a980c5d 2,034 1.00/1.00 vMB 15
787,669 787,669 00000000000000000001986a08fff98797f770c184fce158db1c8be329a4e347 3,443 1.00/1.00 vMB 23
787,668 787,668 00000000000000000004afb862d6e6598c27eda317ddfc59be34873caf116ee3 3,860 1.00/1.00 vMB 38
787,667 787,667 00000000000000000003fba4efe6fd53a5128e2691ecf7230c1355ad4b2c1b1e 4,046 1.00/1.00 vMB 37
787,666 787,666 00000000000000000001a73fc1acf79796ffa029d629f1ad20acd6708c5438bf 3,235 1.00/1.00 vMB 37
787,665 787,665 00000000000000000000c4fb549b1fed2a662bd2a9fa8433c254870ee538092b 4,572 1.00/1.00 vMB 35
787,664 787,664 000000000000000000049d3ad7d238c4051973bc4bf12eae71a833136f0a97d8 3,867 1.00/1.00 vMB 43
787,663 787,663 00000000000000000004f9cb511ea6acfd1c2d72abb87307cc9fc23db0541dec 3,277 1.00/1.00 vMB 40
787,662 787,662 0000000000000000000078d3105d126f5c033e764df26ec4873795625fd67fce 4,838 1.00/1.00 vMB 40
787,661 787,661 00000000000000000002f767d74bfc0eabada1f0a8bf15e3d96d185ee6064c79 3,691 1.00/1.00 vMB 40
787,660 787,660 0000000000000000000395ac24da01194a30eb2de804f9004fb189278a386be6 2,413 1.00/1.00 vMB 43
787,659 787,659 00000000000000000005b1008b5a4b570663f03f65d9f15b0c491ece085c2996 2,996 1.00/1.00 vMB 47
787,658 787,658 00000000000000000003b33316db08bc547aec1a9da844dbe10a8caf70ee9a82 3,337 1.00/1.00 vMB 32
787,657 787,657 0000000000000000000413ae90123ad8202f9e08d09307682cf03f3160f8ba1f 3,422 1.00/1.00 vMB 13
787,656 787,656 00000000000000000001e9c0ca5a2c97e4de358a2b1a56d4fe1c1fa349e5b1d7 4,394 1.00/1.00 vMB 27
787,655 787,655 0000000000000000000006e58a76994ba00243a9efb3dbebd1169c1964db83f8 4,827 1.00/1.00 vMB 16
787,654 787,654 000000000000000000051041debe25ed1aab06db92fcc4f0e73997e504f500be 4,266 1.00/1.00 vMB 28
787,653 787,653 00000000000000000003888b5acb423ee2908bfbbe8706dd5c7d8fd420a340d2 4,136 1.00/1.00 vMB 37
787,652 787,652 0000000000000000000241f85732e1083a6e6030916fd3668bd13dda7cd643ce 3,038 1.00/1.00 vMB 33
787,651 787,651 00000000000000000000f5f3305e9517127b521e4eeb975a4e67580dfc3bb08a 3,590 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.