Loading Tool

Explorer IconExplorer

Memory Pool

79,376 transactions
29.49 vMB
0.09166499 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt 100879636e73d39843bd4d2a2b4005eea5a2dfc5dcdf94e3491c5353958e5fc3
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5397fcb9d2033fe2ecb5fb341a1df4808d49ebe6d4a7490522acd2fa29fec536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.02962446 BTC
Feerates: 301.60 > 2.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (440,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,414 474,414 0000000000000000013dd8876364421f2088a48612c8791ca6d294fd82316d6d 537 1.00/1.00 vMB 43
474,413 474,413 00000000000000000168e039139ec020563fd6250490b3128b5f214d8d0c0e3c 1,268 0.99/1.00 vMB 40
474,412 474,412 00000000000000000104c86070f68aad72f8e35251a6eb84e1bcfbe79053f205 2,222 1.00/1.00 vMB 280
474,411 474,411 0000000000000000013eed99fd105b052f57f5c2f78bb558a5b9bd9edd1e5239 1,258 1.00/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 782.56 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.95 GB
    • Received: 15.79 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.