Loading Tool

Explorer IconExplorer

Memory Pool

88,363 transactions
32.33 vMB
0.17322550 BTC
Random Selection Loading Transactions
Max Size: 195.77/200 MB

Candidate Block

Mining Attempt ed88ba3a9aba011b4db851b078529162739c08350b3c7b50aa4ced0c03249914
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 3f5b0de2d40fc4a1e365d7f86a300e9f5d55e0cd2ab1df49d071eadb338deeaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,752
Size: 1.00 vMB
Total Fees: 0.08422146 BTC
Feerates: 216.64 > 8.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (328,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,458 586,458 00000000000000000005d040e9e0a4be02c1eef38d83d09f2a01cbd97e602d10 2,009 0.68/1.00 vMB 38
586,457 586,457 000000000000000000136787483291e0787b7b9bc11b2b184cf59129780d3942 1,273 0.51/1.00 vMB 39
586,456 586,456 0000000000000000001c42de52cd008831973f812b46cb3451547d1710259bbc 1,748 0.77/1.00 vMB 37
586,455 586,455 00000000000000000011f7cb1632814566c6750ecd06bd50a93969eff9caeeb0 731 0.28/1.00 vMB 51
586,454 586,454 0000000000000000001bf97d20aad7625a9ecdbab53f8e1fcea1d32e7de3c69c 1,716 0.62/1.00 vMB 37
586,453 586,453 0000000000000000000671b4ea8ca6549f682f10fd26a6a47630ebaaf25c0529 559 0.28/1.00 vMB 44
586,452 586,452 00000000000000000003428858b799786f391a5dfca66155d5e828a77a67b2d8 1,738 0.58/1.00 vMB 29
586,451 586,451 00000000000000000016518d0aa4f0ecb8a96f68a750c46c6deaebe43775c85e 764 0.46/1.00 vMB 39
586,450 586,450 00000000000000000004b82dfb4a99a3d2e70f2e4a3c1c0465df3238877c9f54 984 0.33/1.00 vMB 38
586,449 586,449 0000000000000000000d6338e712b1f3bf9c83071e7309f73b28e95eb407c496 1,443 0.60/1.00 vMB 25
586,448 586,448 0000000000000000001af8bc65fa574d27ddec41ebe791e741455c587abc58ed 1,584 1.00/1.00 vMB 15
586,447 586,447 00000000000000000001b72261df759699cc7756213b43e35899bce55c47f2fe 2,841 1.00/1.00 vMB 46
586,446 586,446 00000000000000000012446fa6b8a5a1e50132d21b3f399ad4b1cdae6e3b95a3 1,029 0.99/1.00 vMB 12
586,445 586,445 0000000000000000001abd9cb8ef6b16021828960a93cc6fe68a4782e1f8d1be 3,133 1.00/1.00 vMB 46
586,444 586,444 0000000000000000000618efe2d7d45cb7bb0563453682640c019ba8b692d5b5 2,307 1.00/1.00 vMB 30
586,443 586,443 0000000000000000001a307e3034e89d43d1bcdf204e5f493d67196367edc1fd 1,918 1.00/1.00 vMB 32
586,442 586,442 00000000000000000000d162fba1c86fffdf19ce3e82e57a446f720d0c0bb14a 2,857 1.00/1.00 vMB 36
586,441 586,441 00000000000000000016622e5ecbd9478c009f6c95c513ee7f25a04fe22b0ec6 2,837 1.00/1.00 vMB 12
586,440 586,440 0000000000000000000b0b5a47de57479b5129d92a1fccfbaec37d777c4efb6c 2,960 1.00/1.00 vMB 49
586,439 586,439 00000000000000000013a37f8cff6af50afd46ccc193224df75eb58547f9489d 2,780 1.00/1.00 vMB 73
586,438 586,438 00000000000000000006992240f5a92627d9cc2e20af0d254e9d74a22b7629d9 845 1.00/1.00 vMB 9
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.93 GB
    • Received: 15.65 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.