Loading Tool

Explorer IconExplorer

Memory Pool

81,938 transactions
31.15 vMB
0.09038214 BTC
Random Selection Loading Transactions
Max Size: 188.96/200 MB

Candidate Block

Mining Attempt 033d62680787b3b5cc9fe7a6b73fff250fc4f09e83b3a63388edcb5ea40358f1
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 7d4c7ea711895b86a9054497e89d037122d6df9fd9a93cb4a264ddf1af414942
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,438
Size: 1.00 vMB
Total Fees: 0.02315363 BTC
Feerates: 100.69 > 2.32 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (310,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,435 604,435 00000000000000000000264a9d39837a07e38f689f184e6fa40c8e07fbd94f7b 1,688 1.00/1.00 vMB 16
604,434 604,434 00000000000000000005ddd45ab134c395e41f61866d599c7172bddde27a24c9 2,491 1.00/1.00 vMB 15
604,433 604,433 0000000000000000000e68cc204acf61170ba642d1664447cc976719f4f4b859 2,061 1.00/1.00 vMB 26
604,432 604,432 00000000000000000004d33d1ebff78bc1066d8b378d717dc890d5076b18c576 2,499 1.00/1.00 vMB 33
604,431 604,431 000000000000000000130fd4bdbbbd869194dd1e2523070b38af9055e52f0424 2,407 1.00/1.00 vMB 30
604,430 604,430 0000000000000000000512cafa7507d4d3afa1086f0c53efd89ed53cc91c0bc8 2,584 1.00/1.00 vMB 17
604,429 604,429 00000000000000000007904c7398ce1a3c7362480b2754bba06b5bf2768a88ee 2,114 1.00/1.00 vMB 14
604,428 604,428 000000000000000000091fa9ff40d8382fe42e5a37857f572ddfbe022088f7da 2,450 1.00/1.00 vMB 27
604,427 604,427 0000000000000000000100048b7d5026c4c63afd6e4526fe0080611a8dc1202f 2,376 1.00/1.00 vMB 8
604,426 604,426 00000000000000000001221d5ae253e96708086b6ac2188a62276d8fd144d8a8 2,720 1.00/1.00 vMB 13
604,425 604,425 00000000000000000007dac092caa043eb9898f3bc0d7bf6367aef3fdea4e297 3,082 1.00/1.00 vMB 32
604,424 604,424 000000000000000000069103dd85796c87e13840aae76ed4bf576533d31fa242 2,354 1.00/1.00 vMB 39
604,423 604,423 00000000000000000002560bc16b00e39c654209cfc5adad4ee527a655f6821e 2,960 1.00/1.00 vMB 26
604,422 604,422 0000000000000000000d51b216a1d78c47df223f0b96c9cc830769806c39e715 2,554 1.00/1.00 vMB 52
604,421 604,421 0000000000000000000cedb96c93635edfb2755a3357e7febe5929fb6db1658d 2,953 1.00/1.00 vMB 29
604,420 604,420 00000000000000000007834a3a6608d49e48e2116366c60d1a76a97578e183e1 3,125 1.00/1.00 vMB 17
604,419 604,419 00000000000000000011ccacfbffb6a88ff2ece0215d62342315984a9bf684ff 2,691 1.00/1.00 vMB 21
604,418 604,418 0000000000000000000dbc0615958aee4ad238f8069a553e2deb218a6817004e 2,352 1.00/1.00 vMB 11
604,417 604,417 00000000000000000014f7f4925d16c07e0972fb0a505c9b11da523d4f7fa98d 3,071 1.00/1.00 vMB 31
604,416 604,416 00000000000000000005d6cafd39f9c1acbd882b06bf6800720afa659dc01c62 3,234 1.00/1.00 vMB 43
604,415 604,415 00000000000000000005b3cb2f30368de0b74376e3fb1b6010a44779aa36a76c 2,996 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.72 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: 702.48 GB
    • Received: 16.63 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.