Loading Tool

Explorer IconExplorer

Memory Pool

86,074 transactions
32.32 vMB
0.10775469 BTC
Random Selection Loading Transactions
Max Size: 194.43/200 MB

Candidate Block

Mining Attempt 83e54a2cc23cc9f2d98876aeaf5790ed8f74c5a80a601bdd37ec4a4712818b6b
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root eba09d53b97f64a6c9464c4f66e1fb58c3a5cfefa6c3575eac0c29b2e6ca1df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.03458230 BTC
Feerates: 218.18 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (514,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,546 400,546 000000000000000001bc764ab1210a72e7ce4040183c611a7e1c2a7a51607aca 1,755 1.00/1.00 vMB 33
400,545 400,545 000000000000000001384166789eba9bf3efb1e4da9d77df297dba6cf7a08063 2,634 1.00/1.00 vMB 39
400,544 400,544 0000000000000000059d983d094010a54feef6fccc3d0f3043324a9363392aaa 2,915 1.00/1.00 vMB 52
400,543 400,543 000000000000000002803fd713e5aca573631828cb230bed38f0b15626127781 2,816 1.00/1.00 vMB 38
400,542 400,542 000000000000000000adf7fa73b36cd9398d45272c1cce3a4a023769de63bcfe 2,449 0.93/1.00 vMB 63
400,541 400,541 00000000000000000186bddabbf91cb0e9ebacf05f757b16d9c5743f98d73a85 3,104 1.00/1.00 vMB 47
400,540 400,540 0000000000000000002684d448a08e36a55c628d0205b5b7222430f5a34959b4 1,500 0.75/1.00 vMB 71
400,539 400,539 000000000000000004fa4490454077d314c4e17dd00146ccf1eea3ab825c501c 1,659 1.00/1.00 vMB 28
400,538 400,538 000000000000000005a738e8a1622364608cfe899108699d7fd2e6ddb2139116 1,547 0.75/1.00 vMB 34
400,537 400,537 000000000000000005c2763d2cc7f290a79a755fd84a98fe07c6400c7c953874 2,666 1.00/1.00 vMB 46
400,536 400,536 0000000000000000068b51636388d30cdb82d0d71f001bc8b543cd030b7b8ded 2,494 0.99/1.00 vMB 37
400,535 400,535 000000000000000005a5c09fb876dc1cd83807cc3e2c93846a1192ac79f2a841 2,595 1.00/1.00 vMB 46
400,534 400,534 0000000000000000041cfeaf0e1e848d5821b2ef31b30a087c90df52717c7259 2,763 1.00/1.00 vMB 53
400,533 400,533 0000000000000000069c6a4900e285f4bdc30c6d3ad614027ed9aad0ed6916ec 2,698 1.00/1.00 vMB 52
400,532 400,532 00000000000000000422698cf101db23bdb5437ea2e8e349cd7f2ea5be9ba9c6 2,769 1.00/1.00 vMB 69
400,531 400,531 000000000000000004f25efa875ceecc1d0c7129d1fab3d4e94f46e33a2405c8 1 0.00/1.00 vMB 0
400,530 400,530 000000000000000004bc71c5d7c6484244a923fd8e68c7e522df57d51237b6de 2,107 0.93/1.00 vMB 35
400,529 400,529 000000000000000005546234d8de804c3997fd7e83094c24c235fbb9ce2db8e7 2 0.00/1.00 vMB 0
400,528 400,528 0000000000000000022a32c66b71e8945d45c5bfe7906e367bc0f87266b136cd 2,473 1.00/1.00 vMB 52
400,527 400,527 0000000000000000069051db457a42cb6dc7a84ce95cf75a9348d43955730133 2,173 0.98/1.00 vMB 35
400,526 400,526 00000000000000000679cf0924f9cad7982366832db6c106ff51c2cb653b27e0 2,005 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.