Loading Tool

Explorer IconExplorer

Memory Pool

46,058 transactions
28.53 vMB
0.07588197 BTC
Random Selection Loading Transactions
Max Size: 151.62/200 MB

Candidate Block

Mining Attempt 5da55aec09cbd3ffc28a6f73f6ad284b0491493bf4bd0237681962f1dfe6bdce
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 40caf63f3bd98843e4ce8ef5e8a69a54914745b953631e8f9e1c96deccbf33fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02172862 BTC
Feerates: 100.23 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (450,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,340 464,340 00000000000000000086c245e5ba901524eb2c0693eea8238ce17bf78f797060 206 1.00/1.00 vMB 23
464,339 464,339 0000000000000000010ed2c98e03bece76a9930dbdeffc6719a2127bbe15c9c2 1,942 0.98/1.00 vMB 138
464,338 464,338 000000000000000000ccef07c81cbe36776cdd22aa8444b2b100ce2316f00cad 1,446 0.99/1.00 vMB 69
464,337 464,337 000000000000000000b28128f25d332d208447f3c8fd0c1464f2c9a5dddb92ca 2,198 1.00/1.00 vMB 150
464,336 464,336 0000000000000000003a2725765acc7ae5a488c3cef9e26baab672e491578251 1,876 1.00/1.00 vMB 140
464,335 464,335 00000000000000000141b02fc9d3fcf602a0946f4f66377597f7a51cc98afd82 75 1.00/1.00 vMB 12
464,334 464,334 0000000000000000004bd267c4cbf032ff9fb2242328053456f22c814b9082e8 843 1.00/1.00 vMB 67
464,333 464,333 0000000000000000021026d23734203578bb9a7169d8e9cdc01dd4a0c22ae3a9 315 1.00/1.00 vMB 25
464,332 464,332 00000000000000000178268b029e18cfb7ee6260456a7b1e1da411f48b746cf8 1,373 1.00/1.00 vMB 43
464,331 464,331 000000000000000001c5d9aa2791e0b40304ce861d2da983e3a843181e23ec57 2,157 1.00/1.00 vMB 162
464,330 464,330 0000000000000000011afe24596697261ec978f95f8c7f4b1860cfd65717e71c 1,814 1.00/1.00 vMB 131
464,329 464,329 000000000000000001e76088d64d0d8eb482b964353b0b2bfbb346514dbaf7d9 1,894 0.93/1.00 vMB 163
464,328 464,328 0000000000000000004bf6b3e0ad30c80a460c342a929cbca6ce2a86c7f4a2e8 2,245 1.00/1.00 vMB 147
464,327 464,327 0000000000000000017dc6931834d9ebdbbbd144932543daa31b0b9ee76a036e 1,758 1.00/1.00 vMB 141
464,326 464,326 000000000000000001ce359303b5aef4ed10393379428847e41121b28657c883 1,148 1.00/1.00 vMB 159
464,325 464,325 0000000000000000007e58c403d8bf91720350e0ebe32611852efc6f25dc1055 2,925 1.00/1.00 vMB 274
464,324 464,324 0000000000000000009937a4aad9c78976ff09e9d230d652aaf23e00b7946d64 469 1.00/1.00 vMB 27
464,323 464,323 00000000000000000134fc5eaf6cbfae5d1622eed5e1c2f8937f6521270338b0 2,144 1.00/1.00 vMB 138
464,322 464,322 0000000000000000009669e4ced54c18a6f4260db797d388f4689f7deb228ec6 1,433 1.00/1.00 vMB 144
464,321 464,321 000000000000000001bd33d5bc3b4d25d41854a435d3a0f43b155ee793e25c12 1,854 1.00/1.00 vMB 101
464,320 464,320 000000000000000001dcc2194c7a334fac60c0c3fd660422be07aee7242fef4e 2,195 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.