Loading Tool

Explorer IconExplorer

Memory Pool

48,357 transactions
28.15 vMB
0.07730111 BTC
Random Selection Loading Transactions
Max Size: 150.24/200 MB

Candidate Block

Mining Attempt 6834c330a2adef6ff801fe98bea567ff8b190a2aded6d078ab7a961e528023b0
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 79a549ed456aa60849fd1896d5369ed7d741600f7571bde1ff8c3dda050f332d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,222
Size: 1.00 vMB
Total Fees: 0.02382806 BTC
Feerates: 500.45 > 2.39 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (469,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,001 445,001 0000000000000000014e6727ec006228a7bc048be919efbbee0a9f28599158db 1,729 0.99/1.00 vMB 52
445,000 445,000 000000000000000003287f1b7576b82af3c8927ae8af9a7398bdcbf9af378762 1,099 0.95/1.00 vMB 35
444,999 444,999 00000000000000000351166ea7501da72d29dc9a8606853c32a844b277390f5d 1,301 1.00/1.00 vMB 42
444,998 444,998 0000000000000000030b74c150334b598675aef1a534b70a99b945b30ae688a3 1,504 0.62/1.00 vMB 73
444,997 444,997 000000000000000000fa9ef5cb1a100e5b51828d628ff7bd5418690b3eaee8ff 902 0.39/1.00 vMB 76
444,996 444,996 00000000000000000211c3aa5d2417c052f3dd5f98a1e1b953aa3ddf2c959ac9 1,461 0.56/1.00 vMB 79
444,995 444,995 0000000000000000018830de86c7f75aa8c2dca3f42281410bf85e9cd7ee2048 359 1.00/1.00 vMB 14
444,994 444,994 0000000000000000029aeab5b686c191f4748db0ce605188b3ce26d52e61a4a3 1,464 0.99/1.00 vMB 51
444,993 444,993 000000000000000001a008a997f09accc1c9c4cdc7133cec944a589ca0e911d4 1,468 1.00/1.00 vMB 48
444,992 444,992 000000000000000000c6d391d7423b951a5634573680fb5317e0f82c0fc22039 2,189 0.99/1.00 vMB 68
444,991 444,991 0000000000000000037484a33efb534f2fa5beb7e4eaab7a1752d33cf5980b56 1,864 0.71/1.00 vMB 75
444,990 444,990 000000000000000001be4ef953efb3b0eb1e766836fefa1b40d5e6835be4a390 1,481 0.63/1.00 vMB 73
444,989 444,989 0000000000000000034437e17435236f02d87a0e5e25c2ba3f386ed35e5fb81b 326 0.20/1.00 vMB 69
444,988 444,988 0000000000000000009a0296eaca4086f4b7902eaa1d0db8e128073b321f9504 718 0.49/1.00 vMB 57
444,987 444,987 00000000000000000176aff033bd072c2b501963526b0353289fc8a11c40a54e 968 0.59/1.00 vMB 67
444,986 444,986 000000000000000003378d8c7b8fa523216a32bdaa28ac893c4465eacceb09a6 1,160 0.57/1.00 vMB 57
444,985 444,985 000000000000000002d2e7828c96465b31083724c797c527dc9c0855b787342b 2,252 1.00/1.00 vMB 72
444,984 444,984 000000000000000002bd9e0997952ebf4f578d78e8a054fa1bc1be386c1c2d2b 2,278 1.00/1.00 vMB 98
444,983 444,983 000000000000000003434fa4f2d73b23e3ec11a4adf0c43f5a311626d29b8d82 1,236 0.62/1.00 vMB 75
444,982 444,982 000000000000000001985db7e946a596e0ef91651bd2c205e95ce261c94e0762 2,101 0.84/1.00 vMB 80
444,981 444,981 00000000000000000242a1aec554168798a2d6c48ce0b116a89800f6215cf352 2,594 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.