Loading Tool

Explorer IconExplorer

Memory Pool

81,292 transactions
29.57 vMB
0.08365576 BTC
Random Selection Loading Transactions
Max Size: 179.96/200 MB

Candidate Block

Mining Attempt 06f7e5529bb279f02c912d02e2958365be3507724bd68cae098400f6be84d630
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 9a97c623c4a268f4eccb9c58604bc9c40f086cd904a9f813a9861e2b6d0ed0b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,276
Size: 1.00 vMB
Total Fees: 0.02128626 BTC
Feerates: 100.53 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (520,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,483 394,483 0000000000000000066d40e4a4d53b7394f5ad360c63309f1d4ecddc64c63507 2,153 0.93/1.00 vMB 46
394,482 394,482 000000000000000005019fee9c323a97957dd4a787b4e30bd6ddd14db001d7cc 1,880 0.95/1.00 vMB 36
394,481 394,481 000000000000000007fdc4253eac7bc97196707947ce4da7453cf1cc3436a925 984 0.99/1.00 vMB 24
394,480 394,480 00000000000000000418b88100ae76664fb6ebff0255fb98f3288aaee73aef82 1,803 0.75/1.00 vMB 50
394,479 394,479 00000000000000000542bb2230fb9087dec20b641ca9636a17a6780448edc2b6 994 0.95/1.00 vMB 18
394,478 394,478 000000000000000004ed00199059a116f9e1dc3a820372d3e74eb6ac7f3297c1 1,084 0.93/1.00 vMB 23
394,477 394,477 000000000000000004608fcb0fa05cc9890b7b235c11ea0a1c802f4e09deb257 1 0.00/1.00 vMB 0
394,476 394,476 0000000000000000080330414615356ebe99028d607c184c07584c9d6ded2cac 1,390 1.00/1.00 vMB 24
394,475 394,475 000000000000000006358fc73ac34150e120c6914d2f9b2e1cc1d108bd3747bd 1 0.00/1.00 vMB 0
394,474 394,474 0000000000000000065796f3b8c97c8928e4799c47cb5940fcf3d85a06fa3d82 107 0.09/1.00 vMB 18
394,473 394,473 00000000000000000875a9e4836e41264000f40423ea4112e3395586406e33c1 1,833 0.95/1.00 vMB 31
394,472 394,472 000000000000000000e97f4c2cbb6fffff731a116dab6f0560ce163572f101aa 2,790 0.93/1.00 vMB 69
394,471 394,471 0000000000000000056018ef1620bebbc7c817c178e684e5f268ffc9d0b2c83f 1,993 1.00/1.00 vMB 32
394,470 394,470 00000000000000000028a9fb3048cff1ab6b52812bbc827febe0bd588b3166fa 3,133 0.99/1.00 vMB 66
394,469 394,469 000000000000000007576a6df5a7f409bf06f26755e04b70eeb5b5c7f53d7eee 1 0.00/1.00 vMB 0
394,468 394,468 000000000000000006d995fcdea16bb9f2ca0ed9f724dd68766e76700c8fa3fe 65 0.05/1.00 vMB 0
394,467 394,467 000000000000000001b2eabb703cc0ade5b5b77f06d96e5852b225940ef710ed 1,951 0.95/1.00 vMB 36
394,466 394,466 0000000000000000048d79a818d25ab75ef6447cbb5e72ac35159adf7bfbe46a 2,858 0.95/1.00 vMB 73
394,465 394,465 00000000000000000965db5ab60d807cc0621e0c6a69d3714e4481a3e5bd5c13 1,048 1.00/1.00 vMB 20
394,464 394,464 000000000000000007263182830d4111fb5c51bc4487cc2d9dd962e31471a65e 2,435 0.95/1.00 vMB 56
394,463 394,463 000000000000000006b31b6ff2e53bb20b7b7ad7af1dbbf3e1c2b40465ff20ba 3,106 0.95/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.