Loading Tool

Explorer IconExplorer

Memory Pool

35,214 transactions
7.68 vMB
0.08847785 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 6 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.31/200 MB

Candidate Block

Mining Attempt ef0ce377a8dc98381a93fea9ee79600875c55d50d651f0b6af6ea2dc00c408e8
Version 20000000
Previous Block 0000000000000000000057ad9d1d6b5e34d6fbcde9b1004e9567218fbb95cf49
Merkle Root 10eb573aff8b9a67262a4fc8357207cc3087c9b87e2727b004c3aa59fc871bac
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,221
Size: 1.00 vMB
Total Fees: 0.04804630 BTC
Avg Feerate: 2.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,769 (552,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,610 360,610 0000000000000000065bda5b607a62471ff0a965ecc6be1427ab67da13aa2e32 0.34 MB 689 28
360,609 360,609 00000000000000000d32f3b4485ba8a2e6ac0f3ea3cdca11d626c01148e30928 0.43 MB 817 26
360,608 360,608 000000000000000010786555b57e2b71ea290b4d5000b51b815638d7e69d017d 0.30 MB 468 25
360,607 360,607 000000000000000002a7dca136c1c9a4d9a26d6763a156f65b4c924921f7a97b 0.68 MB 688 12
360,606 360,606 000000000000000005150b566a77d299357e1759e1d4cba95b5a8a44391f4702 0.75 MB 910 19
360,605 360,605 0000000000000000152632d4e409302ff093992d4e245784f604363f45133f25 0.75 MB 1,495 28
360,604 360,604 000000000000000011ba1342795cd14744105c2677b8a7b733aafcdef3d06c35 0.75 MB 1,568 27
360,603 360,603 000000000000000000ee9706a5d1fa1943ebd20956fc2b1571c5d7fb07f6e826 1.00 MB 3,174 43
360,602 360,602 00000000000000000a1268afd1eb419817106a37c9a87852228cadb752a64f2a 0.99 MB 965 19
360,601 360,601 00000000000000000cea706491da61bc755a1250d7260becff5aafc9d26613f2 0.75 MB 1,631 49
360,600 360,600 00000000000000000527e6ed1016756851ea3cdb88436d780a69bab0268827f2 0.51 MB 1,100 28
360,599 360,599 00000000000000000eae75814ad5b8bd86f7003eaa953e9de315bfab6aa5ad05 0.12 MB 183 20
360,598 360,598 00000000000000000d4dd23e297bfe4842e73c39f84f7b89d21e0cbb38e3e31a 0.60 MB 1,374 31
360,597 360,597 000000000000000003bd2913cb3ef5ed125455b42f3339468dc3735b08e228ce 0.63 MB 1,230 28
360,596 360,596 00000000000000000c4bb658d414f3d8c15272ced441b1f8e20ad5b3bb180759 0.03 MB 69 20
360,595 360,595 00000000000000000e19c1af715ab0af30c314acc84c96d9e891c18574f7681b 0.67 MB 1,352 28
360,594 360,594 0000000000000000035a82b270fccb7a4c4b7362eeda94dd1bf2fb1372e6de40 0.10 MB 199 28
360,593 360,593 000000000000000014d0164bbb0b88ebd720b9e3a7b26fb29e49fe6914933e87 0.02 MB 51 25
360,592 360,592 000000000000000005a451f3c0648c608e16e862454bd1414a9b3aa66145d93d 0.04 MB 68 20
360,591 360,591 00000000000000000b574f2e72b7a6c84b63c20e57b2104169e28e864f1d962d 0.14 MB 247 23
360,590 360,590 00000000000000000eb3a3fe9813c03e67da3dbed3887ef4eee1f041f7d9f357 0.49 MB 945 24
Previous 10 blocks ↓
Total Size: 778.43 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 11
  • Data Transfer:
    • Sent: 146.70 GB
    • Received: 1.60 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.