Loading Tool

Explorer IconExplorer

Memory Pool

46,118 transactions
30.57 vMB
0.09731913 BTC
Random Selection Loading Transactions
Max Size: 157.21/200 MB

Candidate Block

Mining Attempt 5b96c432de5949707001d49ff236a35cecd5d24af38333eeb3a1c00012af8398
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root c54d95a7f82de1ba5c0c3b9a3e5d3faa070704e8ba8a121971223e9b9046dcb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.03085808 BTC
Feerates: 100.29 > 3.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (472,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,518 442,518 00000000000000000145490667ec2bba662c86b28498009b126a95b713b2227d 1,233 1.00/1.00 vMB 39
442,517 442,517 000000000000000000a9bcbe5241c39225e23b9a7777727ee1534ac8171206b8 1,795 1.00/1.00 vMB 53
442,516 442,516 000000000000000003bf70ba692485367acc29ef560f0708eb001dce321ff7e3 1,439 0.75/1.00 vMB 84
442,515 442,515 0000000000000000027322473c39bb7bd98c586a25f1387e4ccf5d353d457540 2,384 1.00/1.00 vMB 90
442,514 442,514 00000000000000000041a3ccda54a47c44743d7b03504acf054572d6eb5702d1 2,597 1.00/1.00 vMB 76
442,513 442,513 000000000000000001a3cbdb357a849f176941dc3b7adf86ed687c3a7e14eff2 2,118 1.00/1.00 vMB 74
442,512 442,512 000000000000000002151e384bbb875569bc4c48c439b6a0b50ec181ca481bd9 2,344 1.00/1.00 vMB 96
442,511 442,511 0000000000000000001667c53a5fb9dcdf914140eed7d728518256e8276b9584 731 1.00/1.00 vMB 153
442,510 442,510 00000000000000000266004f9e720935aed7c947a61b9bff313af0de3ee173dc 1,802 1.00/1.00 vMB 98
442,509 442,509 000000000000000003585839dee1257656c787347b29125d4d7245c5852a3ce3 1,873 1.00/1.00 vMB 62
442,508 442,508 00000000000000000385201dcf4ba506c5af5fb72aa164284f283f933a38e957 2,327 1.00/1.00 vMB 68
442,507 442,507 000000000000000000462e4df03674622a12f291ec9012ec3e30fa120a19f5e6 2,604 1.00/1.00 vMB 75
442,506 442,506 0000000000000000011d70d85f17cfd16f1bc48e7d994bd33c69d7481a525a8f 2,226 1.00/1.00 vMB 84
442,505 442,505 00000000000000000005d5767da0f55a29fc11fb02b9ac53cf35526110b51f59 3,220 1.00/1.00 vMB 111
442,504 442,504 00000000000000000085dd5a187e558adecf0e83f6b02d79d2ed0cc1a49b9fc6 2,798 1.00/1.00 vMB 72
442,503 442,503 00000000000000000156c03425d30ff01a6664c28646076f771f67c496d86083 1,954 1.00/1.00 vMB 70
442,502 442,502 0000000000000000039db39d92ca5103f26d3dd75a32ae6462180265a3179d3f 2,662 1.00/1.00 vMB 107
442,501 442,501 000000000000000001aa7485c329cc84c9b0fbb18e5c1e8664ed78967d5b46eb 1,056 0.38/1.00 vMB 79
442,500 442,500 00000000000000000361f53ad0c51819f6d7d3371ebe0ac3d15a2ba0e59945a6 2,088 0.82/1.00 vMB 74
442,499 442,499 00000000000000000292f73799a1b7c9635cf0c77eac59d084678c898304a2b4 314 0.12/1.00 vMB 74
442,498 442,498 000000000000000003231f54a41b3197c0216d035a97056728c0f70b1406a1e8 1,011 0.53/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.