Loading Tool

Explorer IconExplorer

Memory Pool

83,896 transactions
31.46 vMB
0.10061118 BTC
Random Selection Loading Transactions
Max Size: 192.96/200 MB

Candidate Block

Mining Attempt 164de2c3d1431bc7e4a0c7222193d05b4d86befb6e826a94b511322b55711bed
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 756770f7ab1841ebf6abfd8ad65bfb6f6eede26b2a97717021460eed998b955f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,907
Size: 1.00 vMB
Total Fees: 0.02865278 BTC
Feerates: 504.27 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (341,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,503 573,503 0000000000000000000e6837b0201b4b98c52c73ecfd97cc69bee78416c21339 3,184 1.00/1.00 vMB 95
573,502 573,502 0000000000000000000a2e64d87e13f18a933538b8e24504aff18b578ae6f77e 1,637 1.00/1.00 vMB 15
573,501 573,501 000000000000000000178c15684652feaa9b3151761f6ceadb264617ca6083f1 2,857 1.00/1.00 vMB 74
573,500 573,500 0000000000000000002648a31aacbd9cb25df8c670cb4794a9ed45d47d2f81bc 2,337 1.00/1.00 vMB 42
573,499 573,499 000000000000000000007da9ac686af209d99c6f0cf5b17281e1690490e08d2c 3,625 1.00/1.00 vMB 83
573,498 573,498 00000000000000000011c11454fdf7c91a91956b3937fca903bd8ca27cc9e5f5 3,119 1.00/1.00 vMB 30
573,497 573,497 00000000000000000020b09e9a4accaf9760342cf962420cca428fe3f7b8a35f 2,352 0.90/1.00 vMB 4
573,496 573,496 0000000000000000001e0f7226ce8d486c405ac00c23fda3fe16698dd881e271 2,802 1.00/1.00 vMB 17
573,495 573,495 00000000000000000019e5e38bfb1f2abc689ed799f12324d41514c9113559d6 2,817 1.00/1.00 vMB 52
573,494 573,494 0000000000000000001586a2b9b3e69275f463cd7039b46a4fb972158fefe5ba 2,436 1.00/1.00 vMB 16
573,493 573,493 00000000000000000006305190b83c9c65b7fd2ac0ef1f86d4f46e49feba9509 3,232 1.00/1.00 vMB 65
573,492 573,492 0000000000000000001df3a942b87abf1f39e2ab2005a56c84e341480fc3ec47 2,125 1.00/1.00 vMB 11
573,491 573,491 0000000000000000001c7735653fbd881122a06767b3e18c1c9f1e3f52a33e4b 3,044 1.00/1.00 vMB 73
573,490 573,490 00000000000000000010740749ed4b2fb63203ea0ecbd3d3d6f9a4c880a14996 1,971 1.00/1.00 vMB 16
573,489 573,489 0000000000000000002249569a10d6e99dd5fec4debd2f542e0dc848508873e3 1,953 1.00/1.00 vMB 33
573,488 573,488 0000000000000000001d59bdd58354aa0369c39daf65bb9f3c594c5931a8b325 2,120 1.00/1.00 vMB 33
573,487 573,487 000000000000000000007336083c80a7312dfd343d2f1b7f4fea8ab1d78b910e 2,709 1.00/1.00 vMB 30
573,486 573,486 0000000000000000001cf5043bafb14e0ea11cbbfa0519ce9f5016226983b7d5 2,595 1.00/1.00 vMB 41
573,485 573,485 00000000000000000020af93933d9fb776551b1298ec544e764d4586cefb26ca 2,719 1.00/1.00 vMB 73
573,484 573,484 0000000000000000000e95c9e016f8fa9338f6cf777910f1fef69319bbd759e9 1,623 1.00/1.00 vMB 54
573,483 573,483 000000000000000000068924c7e9664cac9d2be809dcad1981ebe5fbb5de7212 2,878 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.77 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: 709.29 GB
    • Received: 16.87 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.