Loading Tool

Explorer IconExplorer

Memory Pool

80,454 transactions
29.95 vMB
0.12045062 BTC
Random Selection Loading Transactions
Max Size: 180.22/200 MB

Candidate Block

Mining Attempt b9ce814ff0fe21c5131d067f0df51c990deb51e2b48d099fd22ed1b379faca3d
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 9f51e1f16bb5d6d5c1d0e6e03d80091686daa878015563ab00bd7640c7f0f22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,622
Size: 1.00 vMB
Total Fees: 0.04987101 BTC
Feerates: 242.90 > 5.00 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (440,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,410 474,410 000000000000000000b011023850a8345f405aa4f6a13d2cd92fcf4c1a2b80ff 1,764 0.91/1.00 vMB 194
474,409 474,409 000000000000000000893d483afdd44e62db7a5636e288e09a1b27a9271a6a54 2,257 1.00/1.00 vMB 294
474,408 474,408 000000000000000000518dd7dc0236721c4dc0728ff1cbb27714d468d158ed51 500 1.00/1.00 vMB 10
474,407 474,407 0000000000000000013a256ab29d77569f465d563f695f7c4799387097b00e34 23 0.01/1.00 vMB 284
474,406 474,406 00000000000000000129e04747b371e028d223e7cb429f614aa879148da9b793 2,190 1.00/1.00 vMB 236
474,405 474,405 0000000000000000005cb5a4dd43e19a46767eb409841d32fad010ebc1baecca 1,315 1.00/1.00 vMB 113
474,404 474,404 000000000000000000242d2f6bc833a30ec45ea1493b52997e72900377635d1d 2,120 1.00/1.00 vMB 173
474,403 474,403 0000000000000000006b0264a6e6ec89d41757cae6d81d3000a52a15ac5d0625 1,752 1.00/1.00 vMB 23
474,402 474,402 00000000000000000185b6ab559e76c4342345f857b8ec052149cb949f28de5f 2,337 1.00/1.00 vMB 94
474,401 474,401 0000000000000000002e72605371a692c16e59239e04b3b1241d4c414951f9ba 1,640 1.00/1.00 vMB 186
474,400 474,400 000000000000000000de090ccd93e3d07eea4e57cb96f229ed1a0f3f33f58ef7 1,857 1.00/1.00 vMB 211
474,399 474,399 0000000000000000006e406efb7676489ab2fc2a5f35a6cc6f6ae410db7ccbbe 2,078 1.00/1.00 vMB 227
474,398 474,398 000000000000000001202ba382de888c56af66c9333ea2e95c6d8131b520a48b 1,847 1.00/1.00 vMB 107
474,397 474,397 0000000000000000000a771ac9719a6d062ad4a8f76c48c5859c50060ca3641f 1,537 0.75/1.00 vMB 207
474,396 474,396 0000000000000000012808f42458f7de1f07526c0247bc2c43c971940f9a89f8 1,999 1.00/1.00 vMB 50
474,395 474,395 00000000000000000121c440db900a080cce38b8340448f20dded92860432b0f 2,142 1.00/1.00 vMB 208
474,394 474,394 0000000000000000011d0671a982a7825b77f9e15b896d0813f60a596e08e1f8 2,280 1.00/1.00 vMB 245
474,393 474,393 000000000000000000817c8b61cae9b2d1ba0f4674daf6925835d6d38a2468f3 1,754 1.00/1.00 vMB 197
474,392 474,392 000000000000000001877676801d8a3b5e20f1ddb2d8ca0704bb5d8d5797e394 2,484 1.00/1.00 vMB 73
474,391 474,391 00000000000000000188660f4ea44c31b0ac0eb45e666a1f3a3bd733e3c41f12 2,668 1.00/1.00 vMB 64
474,390 474,390 000000000000000000edddffe4273ffd5d7deab57d6bc102974c3a7e81c28631 2,187 1.00/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.