Loading Tool

Explorer IconExplorer

Memory Pool

77,930 transactions
29.28 vMB
0.06321470 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt d1638fe7fd3557c84a0f4d0c96fd14cd1a621d51c5b0b1a0b3251f507b04a14b
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 8e68e70f2049501bd02aa495c03ae5518cf918401b9a4860b3691b6c67a58607
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.00384864 BTC
Feerates: 12.16 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (81,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,465 833,465 000000000000000000037e7f6262486a8011b3e8f1427a5ac89a2d3c562b6a41 3,267 1.00/1.00 vMB 25
833,464 833,464 00000000000000000002cd2d710a27de464fa07fc00b1a89752e22baa2758803 2,697 1.00/1.00 vMB 25
833,463 833,463 00000000000000000001a576e21315079c4c3a591ff2ee12bcfdf9970ff3ea87 2,535 1.00/1.00 vMB 46
833,462 833,462 00000000000000000001829ca41136ae5075f54d1f1583363726160a0493d81c 2,362 1.00/1.00 vMB 28
833,461 833,461 000000000000000000011c7cbd0c3ce44d873752c0782a2e72a92e0c76dd5da7 2,939 1.00/1.00 vMB 27
833,460 833,460 00000000000000000002ca95ed418c2304e9ddbc9c2759a9b8a1524afa44386a 1,781 1.00/1.00 vMB 39
833,459 833,459 0000000000000000000351cb328a6c10b288a3540b6208d7667efcd24b0c5189 2,038 1.00/1.00 vMB 47
833,458 833,458 00000000000000000000458ae7ae9526686ed4b0f3ceefde87c4b8a21b03ff40 2,686 1.00/1.00 vMB 45
833,457 833,457 00000000000000000001dab0b15d67c2984b07d58f3390c41c6c46fd8da8bd51 2,875 1.00/1.00 vMB 73
833,456 833,456 0000000000000000000371c25e033c9c4c2b609f82ebfd3011c5894542008d86 2,346 1.00/1.00 vMB 27
833,455 833,455 000000000000000000031c759fdf0c5134230794b3dfdbeefed0936d9e219cf5 3,066 1.00/1.00 vMB 41
833,454 833,454 000000000000000000027e4339ba6a651554fc3c6b1bf2e4573d5919c7bda8b0 3,941 1.00/1.00 vMB 38
833,453 833,453 000000000000000000013dfe4e970a8facdacd5b3d42b48be90e8fb386c73808 3,151 1.00/1.00 vMB 41
833,452 833,452 000000000000000000032746f9796ed71e57a1ee6e866912e468fa37bbe68f9c 2,864 1.00/1.00 vMB 41
833,451 833,451 0000000000000000000116eaffbc90dbe903f7970f502beb1ec159375b0ce912 3,130 1.00/1.00 vMB 57
833,450 833,450 000000000000000000017b60480d1abea2ec6c1d8f3abaedeb54dba04d1ba4da 3,157 1.00/1.00 vMB 43
833,449 833,449 0000000000000000000218fe3dd7ddf1ba1a28ae4cb45410b96a7d1a0525b591 3,311 1.00/1.00 vMB 62
833,448 833,448 00000000000000000000ebeafc1945e0a41d0eb13c45e746963fc2fb579a5624 2,697 1.00/1.00 vMB 30
833,447 833,447 000000000000000000025164f8e0d6dbd23e808a056d1ce1125d3ec801e8fecb 2,534 1.00/1.00 vMB 46
833,446 833,446 00000000000000000002851ce546224f05b452d5d231a205b754ae826c7ca595 3,166 1.00/1.00 vMB 44
833,445 833,445 00000000000000000002249f449ae3535ab40bbc86b5a11b68ced478c1b62a9b 3,388 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.