Loading Tool

Explorer IconExplorer

Memory Pool

34,348 transactions
25.77 vMB
0.06190903 BTC
Random Selection Loading Transactions
Max Size: 130.39/200 MB

Candidate Block

Mining Attempt e4eed7d6516584fcc50bdf01f2a1023df370860c713b57d85701e59b58805d5e
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 879254fca2d83bd9e30a1bcfaa30dffe200e6105cb317c694c528eb6148ad3d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.01488190 BTC
Feerates: 74.70 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (334,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,340 580,340 000000000000000000026ad1e75902f975085e9799bbc246a4b4d462fe50d368 2,094 1.00/1.00 vMB 110
580,339 580,339 00000000000000000002ccfd3fc47c3ba8f418bad508421bff7b491407b5d197 2,297 1.00/1.00 vMB 84
580,338 580,338 0000000000000000000cefa82067200c8b720f52e76f7baffca2077d5726059b 1,446 1.00/1.00 vMB 110
580,337 580,337 0000000000000000001f6cb30b790da710d38f22763928f87239c14d1472ae81 1,289 1.00/1.00 vMB 98
580,336 580,336 00000000000000000008ef3beef33fb7cbf072939c345f6fe996dd0ccc601a5f 2,071 1.00/1.00 vMB 139
580,335 580,335 0000000000000000000f7c4b11e51418a91ce2ed84b1cbb3512cc7480cbb11b9 2,356 1.00/1.00 vMB 158
580,334 580,334 0000000000000000000a40c8a3727f7be87c9fb81e3c394430a203c6adc2546e 3,196 1.00/1.00 vMB 94
580,333 580,333 00000000000000000018171e3ab31ba1246bd94cc8eaf23716b19d14abddb306 2,484 1.00/1.00 vMB 25
580,332 580,332 0000000000000000000b8477f69f8ddfdd9b90a568f0bdb4d34458ae12801f93 2,735 1.00/1.00 vMB 93
580,331 580,331 000000000000000000085f2dbd841ec8b73e03a7ea1d9a7ecfbf0a0e57b49233 1,964 1.00/1.00 vMB 23
580,330 580,330 0000000000000000000eeaf8457b9c7d2755cdb3c39fb41dfea1c7d0f35d2f95 2,788 1.00/1.00 vMB 8
580,329 580,329 00000000000000000018acded9c867db0f9f8e2cb8c035811b42e467e13c6b01 2,723 1.00/1.00 vMB 38
580,328 580,328 0000000000000000000f42e0919ba15b5182300b2392399df09ad72fa61253a3 2,487 1.00/1.00 vMB 104
580,327 580,327 0000000000000000001954259c6c621231d1e04e8cebe896d0ade46a1edd3240 1,701 1.00/1.00 vMB 97
580,326 580,326 00000000000000000009bba72923259c1f6a18ae3e291003645d05d81ee43ac0 3,192 1.00/1.00 vMB 38
580,325 580,325 0000000000000000000651d066b275d4c3b8a3127efed73abc2f42088e74a13f 3,199 1.00/1.00 vMB 105
580,324 580,324 0000000000000000001602fa592af766445bf5349179d1fe8eba4904f8438729 2,578 1.00/1.00 vMB 50
580,323 580,323 000000000000000000171403c96aaf3653c7d655a227aa0c6d43e62c0096ec7c 3,129 1.00/1.00 vMB 112
580,322 580,322 000000000000000000008cd3ee36c3075fe361780b6edfee4b09ebd78b206ace 2,774 1.00/1.00 vMB 32
580,321 580,321 0000000000000000001f35f1c9f39e577918024adc6bc1fc2a7acda7182772b5 2,411 1.00/1.00 vMB 101
580,320 580,320 00000000000000000000a91e9d8b1bc96019a24b9b58abb079faea473d6372d0 3,076 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.