Loading Tool

Explorer IconExplorer

Memory Pool

37,915 transactions
28.04 vMB
0.06344198 BTC
Random Selection Loading Transactions
Max Size: 141.87/200 MB

Candidate Block

Mining Attempt c13cbd989adad2ff13b4b14bd242746f137db9352e3ee888697553fecfec5397
Version 20000000
Previous Block 0000000000000000000185a47d8c507babc5447842dafd6aa7aa6d0207188e1d
Merkle Root f65c2088cb826dfd24f7547f1e5c83640e1e727307168a607130e2745b290cfa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,393
Size: 1.00 vMB
Total Fees: 0.00988310 BTC
Feerates: 112.60 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,604 (796,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,527 118,527 0000000000006f61de2a3e70666f904e6c646e114bcf95f3734125299d19ae72 45 0.01/1.00 vMB 1,642
118,526 118,526 00000000000099649b3a7b9eb92e6e10d038e26c5b1640edeece9a2345542848 17 0.00/1.00 vMB 0
118,525 118,525 000000000000785bac347360d58b303b1d675c60a1e7a1c2d9c875e4d31ae75b 7 0.00/1.00 vMB 0
118,524 118,524 0000000000003b71da3032ad25df5601efab9c20baced7ab4446638cad466083 20 0.02/1.00 vMB 65
118,523 118,523 0000000000004527d41908cda7383c6a2e87719e226927954c043c618f85f6af 8 0.01/1.00 vMB 0
118,522 118,522 000000000000a4894654ac761ca27a0b6ba2bea70573c5d75af6ad11230145b2 7 0.00/1.00 vMB 0
118,521 118,521 00000000000077dad568e227e4bace2aa422d125a218eb363329bf5642e54fe0 10 0.00/1.00 vMB 0
118,520 118,520 00000000000071221e41c8aa5f26f6bad03fb3d2f274d9a7c54b5d93e3dbceb8 13 0.01/1.00 vMB 0
118,519 118,519 0000000000000df5fecfba0da4bff32b63f4030dc25ee562d98f0d551033f025 8 0.00/1.00 vMB 0
118,518 118,518 0000000000006e0f080922c5669097b6cdb0b9db5d2fc04b11c030477e87f3d4 10 0.00/1.00 vMB 336
118,517 118,517 000000000000a84e8d7ad838189ce74623e1c571d3d3833f11a1fb31697d8673 6 0.00/1.00 vMB 316
118,516 118,516 0000000000001d2957da51a12c5459051b5f92dce8f05063e43ef14467cf107d 10 0.00/1.00 vMB 0
118,515 118,515 0000000000001f0f0d762f48abace5438403aad92296694420cb07560d583307 10 0.00/1.00 vMB 353
118,514 118,514 0000000000003e3ddbad19e9cc6a212667fe0d0d173d3252f58659a0bb82bd65 7 0.00/1.00 vMB 0
118,513 118,513 000000000000247c78f73f4b7ba70208f6b80317cd105f2c00128fc630c77b7d 10 0.01/1.00 vMB 293
118,512 118,512 0000000000002f08a27f1366f56bef24f92154efe66a585d9ccc5287f8a8b73a 16 0.01/1.00 vMB 228
118,511 118,511 0000000000005d588ea226cc149cc6781df7842c701eacbe6393b3c94adc9889 13 0.01/1.00 vMB 186
118,510 118,510 00000000000077d7cb1f15363040b270f6d95d404f7ae836d3510ff47cee4a6a 2 0.00/1.00 vMB 4,464
118,509 118,509 00000000000073db14e4e63a8ab64deb5d22deb7f323d756fe93ff5acc5bcfeb 4 0.00/1.00 vMB 0
118,508 118,508 0000000000000aa4099f1be776aa5661c2448a3c87bf9472af945f3c6053a96a 6 0.00/1.00 vMB 0
118,507 118,507 000000000000684eef29088c2c7101486e0e2f58c406875e4fd6d73e7cc52cb7 28 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.69 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: 628.83 GB
    • Received: 11.83 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.