Loading Tool

Explorer IconExplorer

Memory Pool

44,548 transactions
27.38 vMB
0.07291334 BTC
Random Selection Loading Transactions
Max Size: 144.31/200 MB

Candidate Block

Mining Attempt 5b2110c4891124f722829a4e28562fe70e2f57c78d80061bfe0264ac254345d0
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 3d0e6cc2fbc6feb14cd2443b3ac613111c5419167754dd09bb227e735a051667
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,983
Size: 1.00 vMB
Total Fees: 0.02160975 BTC
Feerates: 150.77 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (601,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
313,165 313,165 000000000000000023c2bae942c4bf4f32c3ba7353ccdf090e006709efc749e8 59 0.02/1.00 vMB 31
313,164 313,164 00000000000000000b4477dddd70e53495be54ba92b1503d238b4bd70d23dbf6 294 0.33/1.00 vMB 15
313,163 313,163 000000000000000001a8609d323c7ef697b3b2aa74c4be320fd38c7efd570b01 256 0.09/1.00 vMB 34
313,162 313,162 00000000000000002fdae42732a39c103d10241a07882d1c2b2450028b1fb584 256 0.08/1.00 vMB 42
313,161 313,161 0000000000000000216d53901bc967e805686036869c14be66fce9ae1db151b1 640 0.33/1.00 vMB 28
313,160 313,160 000000000000000005f5e22a9ce60579bbf38b070af16cfc303645c1abbba85f 962 0.55/1.00 vMB 26
313,159 313,159 0000000000000000238473a30c555f17f86e13f37344c86648da221d81e16a47 345 0.18/1.00 vMB 22
313,158 313,158 0000000000000000316bd28e781721f91c99f80950f7c4ef81068483c63260ac 425 0.21/1.00 vMB 35
313,157 313,157 00000000000000002207af8015aa643aef6388a00bf058db08fe38a710ee22f7 241 0.13/1.00 vMB 21
313,156 313,156 00000000000000002a375d6c882dc8d1cc8365a453589dd85ee075520c5117a5 295 0.27/1.00 vMB 16
313,155 313,155 00000000000000000b63da3b3108c07308c1854255870aaa2c5f37c8feb4a1f2 454 0.30/1.00 vMB 25
313,154 313,154 00000000000000000a871ec7b92648d09ba46d57ff0e8da2135d5e30dfc7018b 318 0.17/1.00 vMB 29
313,153 313,153 00000000000000003445fd263b696f635927c548f5f35b1def1cf12d5c0e59da 277 0.15/1.00 vMB 28
313,152 313,152 00000000000000003a2cf5adfad9824b212abfe48efa8b912d86b87bb71917eb 1,490 0.81/1.00 vMB 28
313,151 313,151 0000000000000000313a8c2687ef53fea30e3d6eb37ea6dbc1f43ee3fe368eba 941 0.61/1.00 vMB 26
313,150 313,150 0000000000000000135cf72503ab290e379ac176ff5681e77b07043da9eb4242 273 0.18/1.00 vMB 25
313,149 313,149 00000000000000001cfe2bcaa745ea248a23794fcd45c0805f73581ef37ba158 354 0.20/1.00 vMB 28
313,148 313,148 000000000000000030dd8548b5328da316efa00bf2e25aca9aee29eaa5f4606f 511 0.30/1.00 vMB 51
313,147 313,147 000000000000000011dc7d296ca0452af58c3a7c4f8ee8a1ce178105d0e1e99f 121 0.09/1.00 vMB 22
313,146 313,146 000000000000000027e232524ccc326d50381f8a9bc38960503e8eae1f787747 32 0.02/1.00 vMB 24
313,145 313,145 00000000000000000c80798a73e22c6a490ec3992150d8eda3616ba5d0ff6015 102 0.04/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.21 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: 654.29 GB
    • Received: 14.12 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.