Loading Tool

Explorer IconExplorer

Memory Pool

27,622 transactions
7.04 vMB
0.04682691 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.04/200 MB

Candidate Block

Mining Attempt 4bee37467f10e38a5cea3dbc7e616d8617dd871bc78fa34dcaee13c74243c944
Version 20000000
Previous Block 0000000000000000000208e8f55b22acde9972e57c0df25285960effdde2bfa9
Merkle Root c1e0fdfcfb83f7aa1c4336ccc6aaccae66081cb37d8b018b7932ee7fc02299a7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.02412482 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,012 (725,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,603 187,603 00000000000002e03f002487f0c4a5af0a99868771f07d9df95389a115ffc2b4 0.00 MB 1 0
187,602 187,602 00000000000006d4e44ef28a46b7e042b0f1401bf04fb6141db04fba4ccc27a7 0.13 MB 237 95
187,601 187,601 000000000000036454d28f39c93344ed780df49d02ab9f2230ed950918bc518b 0.00 MB 13 76
187,600 187,600 000000000000009555a0b09a482720a894042fdae60a7df10cc2718b596c220f 0.02 MB 78 93
187,599 187,599 0000000000000843f714f05037b8cc078db493b88f5d17cc13cdd85fb600ecf9 0.00 MB 12 34
187,598 187,598 00000000000000e7ae695d705401bb28c971094adb2ecdc21ce2a8255ff62ab3 0.18 MB 466 136
187,597 187,597 000000000000028fcc2cc8c2e8d3111a32f533a5bc60febf1fc366156a00990d 0.05 MB 134 87
187,596 187,596 0000000000000843c7d0c0e8ce3d2e2d7f1a611a14f184ddcd12e957ddad0574 0.03 MB 98 43
187,595 187,595 0000000000000548edacb893d4a928ccea85383368c15678e73e4dc423644013 0.05 MB 122 114
187,594 187,594 00000000000004e20dc6194c8bfa953560c89e073d7d85f1dd34ade6f5980388 0.04 MB 74 116
187,593 187,593 00000000000001af5d025f94ab9507af1b7f04e3f83f971aa02bf8ab0492cfed 0.03 MB 55 95
187,592 187,592 00000000000001c9aef01fc718652d5f214ec12f9eb27f1d953aafeb61a86b1e 0.23 MB 656 256
187,591 187,591 00000000000002b34a755d25a5fee4c0ad0c018cf94f4b0afef6aabe823d304a 0.03 MB 84 428
187,590 187,590 00000000000003f07c1227f986f4687d291af311a346f66247c504b332510931 0.13 MB 283 145
187,589 187,589 00000000000006edbd5920f77c4aeced0b8d84e25bb5123547bc6125bffcc830 0.00 MB 11 8,569
187,588 187,588 0000000000000753579588da5fcd7cd2affd6c852055a4b19d9c5f0dc616f04d 0.02 MB 67 159
187,587 187,587 0000000000000522db7010cffe7c296d15cd4e8d2620d6447bd04a19d281940d 0.07 MB 181 171
187,586 187,586 00000000000009735c2655cbc2891d0d829b417f8e3bd0e82d7a870ce2dec049 0.01 MB 36 79
187,585 187,585 00000000000000f5de22a787514fbc4ee2506f52bb9140b668b86c6ef36c0c72 0.03 MB 57 88
187,584 187,584 000000000000006faba3ce3c779fa46e0fe29b7e3b93e076a19d19fc928f422b 0.05 MB 163 53
187,583 187,583 0000000000000015072f1ca90d2a920edd1f490af84af2b9bbdd341ebacfd6e9 0.05 MB 163 165
Previous 10 blocks ↓
Total Size: 778.86 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: 392.98 GB
    • Received: 3.53 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.