Loading Tool

Explorer IconExplorer

Memory Pool

33,771 transactions
18.54 vMB
0.05299164 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.59/200 MB

Candidate Block

Mining Attempt 29b6985833e725d4beba3d399113c782153641cd88f2356eba4903999b14dd2e
Version 20000000
Previous Block 000000000000000000007347c597f7848ee39f401b19d508d5eced057cb49f82
Merkle Root 5399e18134af6fa071c60bdb8537cbdf46fd711139fbac4b3ff3f7cc0afb56c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,870
Size: 0.99793575 1.00 vMB
Total Fees: 0.01845479 BTC
Feerates: 261.10 > 1.85 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,849 (857,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,540 56,540 00000000104db03fda4b66517953c45b09c5c05fbeeb7c5d9bdc127fa3b7fd67 1 0.00/1.00 vMB 0
56,539 56,539 0000000006968c618f10c71b11165b58fc6058aa799ab62a777ec7babea62ae0 2 0.00/1.00 vMB 0
56,538 56,538 000000000420995f976cd8ed41d4517cc10cfc430933aca3719da83a3ffd7696 1 0.00/1.00 vMB 0
56,537 56,537 0000000001aa326e780a4fbce0e076d12d95bde102b3bf0477cb3282d481c327 1 0.00/1.00 vMB 0
56,536 56,536 0000000004187b84635975329081154644feb275e528b9b2fa601c03ce2ab7b4 1 0.00/1.00 vMB 0
56,535 56,535 00000000061470ff343851125d014acea0371606c1b4c479b2450f71db2d2eed 1 0.00/1.00 vMB 0
56,534 56,534 000000000dce48f85833994b9736a65ff85dd4e58264cc7bd637733880a1c459 1 0.00/1.00 vMB 0
56,533 56,533 00000000144fa6f7f68169ebeb23776038054e7fd2dcb7938e7110694f3f8402 1 0.00/1.00 vMB 0
56,532 56,532 000000000d71ba500d2b253f1da33eb955c62eb1a25ec0315d33511d3c41c6d4 1 0.00/1.00 vMB 0
56,531 56,531 00000000008a5f4f644769ea494d6a103e79b93e2b1e789459ca5cf0dc27a638 1 0.00/1.00 vMB 0
56,530 56,530 00000000133834ed47f7ede7260af75a4023922c802bc668ff739d21a85106f2 1 0.00/1.00 vMB 0
56,529 56,529 000000000568d1e9e9352b411224e6066b82fb268f2461cff146550fc710644d 1 0.00/1.00 vMB 0
56,528 56,528 00000000024683e9fffbc1c34309a2d63d264c7103e038d1d5deb5898cb2cbc8 1 0.00/1.00 vMB 0
56,527 56,527 00000000125b76e19ab98131452502a01675216a5276cf36c733231e0189ad3c 1 0.00/1.00 vMB 0
56,526 56,526 0000000001c5d31c08019ad300f31a680576f6cc41666f089bfdd78eef26f21e 1 0.00/1.00 vMB 0
56,525 56,525 0000000006e81c09e50b327f9ffd14ad0693334caf0592283cb63a214994dfec 1 0.00/1.00 vMB 0
56,524 56,524 0000000005e2807c3244a8dec2d68e14b5dab425a85f07b9aecc90e14e91d840 1 0.00/1.00 vMB 0
56,523 56,523 000000001437e59a420314f5ed6996205deadc79518ef26403a9401af9fd26e9 1 0.00/1.00 vMB 0
56,522 56,522 00000000090075f65ce4ed7cea36cdceb8494572786813f288ade4594d373df5 1 0.00/1.00 vMB 0
56,521 56,521 0000000006c05dbb420580337abff29b6582c350b54a6a8ad5aa5630870f2d7b 1 0.00/1.00 vMB 0
56,520 56,520 000000000a27284ece144561f5b8a4780b5d5d3dc85b578b103da3b9891b35d4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.35 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: 522.02 GB
    • Received: 4.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.