Loading Tool

Explorer IconExplorer

Memory Pool

39,782 transactions
25.89 vMB
0.05362024 BTC
Random Selection Loading Transactions
Max Size: 134.48/200 MB

Candidate Block

Mining Attempt 0b1d634f85b3b5d79dde788a5f52e98ac6f55c3921613b257d2741ec7842772a
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 54e97885875b03925fa301701301347e79ad9cba1dc9d8b8551710c977ea951e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,043
Size: 1.00 vMB
Total Fees: 0.00653397 BTC
Feerates: 40.21 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (285,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,550 629,550 00000000000000000006b0281ae599ddd48ca712cecaf9f573d06cc3bb7655c6 398 1.00/1.00 vMB 81
629,549 629,549 0000000000000000000d1a005b07cd97f268668a235a8f80602faa11ec2deb42 1,973 1.00/1.00 vMB 80
629,548 629,548 000000000000000000039542f27e525d5de1db8bcc7b6d759f3f8f35101222b4 2,879 1.00/1.00 vMB 87
629,547 629,547 0000000000000000000b075cabeb6676b822ed7bcf82b08789ce4b80e9488a9f 2,236 1.00/1.00 vMB 96
629,546 629,546 000000000000000000105593d78471e9d4e1e472036f334040983444a3d87a1e 2,807 1.00/1.00 vMB 116
629,545 629,545 000000000000000000037cee50815c2eb77599adbe9e36822c7981d3810b0e28 2,940 1.00/1.00 vMB 86
629,544 629,544 0000000000000000000edd0da24b44dba9805ac21404b471829ccef90818739f 2,924 1.00/1.00 vMB 93
629,543 629,543 000000000000000000022d158aa620a75c15338ad72a224fc2472849ee696e1b 2,211 1.00/1.00 vMB 114
629,542 629,542 0000000000000000000a90a14b1856e85788849d953dc28505293027183d74e1 3,145 1.00/1.00 vMB 124
629,541 629,541 00000000000000000004cd5cdf93938a3ba695f3d8a68a2ed4603b7336196acc 2,713 1.00/1.00 vMB 89
629,540 629,540 00000000000000000001cc0ef673edd4ab31bb4bcf7adab13c0b1b48b9cb50ca 2,877 1.00/1.00 vMB 122
629,539 629,539 000000000000000000015451b9fd9ed3999e380c5b118d3ea3df10a7c54119c2 2,411 1.00/1.00 vMB 112
629,538 629,538 0000000000000000000508838fdc5318b6d16ffdea5c54db1710ef0c17c5e4c3 2,216 1.00/1.00 vMB 96
629,537 629,537 0000000000000000000b7ce1b8cefdd73e92379859e7e1d7bc2a9674bbbbf1e4 2,357 1.00/1.00 vMB 98
629,536 629,536 0000000000000000000724e95cf9b7bbea5f10d5320c0af2ca204f6cc52a9adc 2,556 1.00/1.00 vMB 103
629,535 629,535 0000000000000000000a21977007de875ba8a1ce9a1d233880c10361b59a852d 2,545 1.00/1.00 vMB 104
629,534 629,534 00000000000000000008a17371c0f62112227c28b83dd88c5218cad648484e7f 2,922 1.00/1.00 vMB 121
629,533 629,533 0000000000000000000137a2ac232e19d2163a4a28b2f1f49ccd35052579451e 1,830 1.00/1.00 vMB 117
629,532 629,532 00000000000000000003a91b8d6d37940269ae8de9219176dcd6ba448ce0ac75 2,351 1.00/1.00 vMB 138
629,531 629,531 0000000000000000000e4bf1ca971d88b29d31b84751ae6bdf8f2f5f25e5d99e 3,187 1.00/1.00 vMB 93
629,530 629,530 00000000000000000006f349aa480f67a2b603496da07fd0f566680293b2d3e4 2,216 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.17 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: 653.45 GB
    • Received: 13.89 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.