Loading Tool

Explorer IconExplorer

Memory Pool

45,312 transactions
27.85 vMB
0.08919714 BTC
Random Selection Loading Transactions
Max Size: 146.29/200 MB

Candidate Block

Mining Attempt 04b14186efbd1db34e20a7dc259788bb642ad3d19b00709a5459eff4a78bb2a0
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 94a94226ce2a1684749a40de3a3311c07edae7ac281d67c483ed415181e371b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,933
Size: 1.00 vMB
Total Fees: 0.03445744 BTC
Feerates: 157.73 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (416,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,549 498,549 0000000000000000000004a3d2b4393062f8bf9375e313846a7f62f7f3413f41 2,599 1.00/1.00 vMB 265
498,548 498,548 0000000000000000003e522d5362f534fe97e7a28c732860223e3ccbff7a348d 2,465 1.00/1.00 vMB 271
498,547 498,547 0000000000000000005956a2440f303f3fe285ea9794cf00334bfddeb0e2bad8 2,720 1.00/1.00 vMB 234
498,546 498,546 0000000000000000007b2bf8f2147b905305ce7f878be758590806361d100801 1,930 1.00/1.00 vMB 114
498,545 498,545 0000000000000000002fe7d809bb2db8ff5cd4c486e29426bff0de2f98b6797b 2,488 1.00/1.00 vMB 380
498,544 498,544 000000000000000000415ba445d360530dfceda4f393005e6a36bb90729e8c15 2,576 1.00/1.00 vMB 100
498,543 498,543 00000000000000000098c97be9700f342a8b93733e7be45b208ca9a0e891ef9e 2,038 1.00/1.00 vMB 345
498,542 498,542 000000000000000000acc51a73ef6f336c58f6106e4fb8bdfd0aa2a2b99b892e 2,191 1.00/1.00 vMB 393
498,541 498,541 000000000000000000aead99a6dd1453707ae58249eddb896395bfda4fdf8997 2,202 1.00/1.00 vMB 332
498,540 498,540 0000000000000000002464e658da2d5f20cd365cb00200473367a5583f7a11f6 2,856 1.00/1.00 vMB 109
498,539 498,539 00000000000000000022a1c416d26cc28b746061830d4e483b0a9d803feff932 2,444 1.00/1.00 vMB 158
498,538 498,538 0000000000000000003f2ce1c0061ce3c9c583d7b09cf9fc455eca9d7a701b6e 2,871 1.00/1.00 vMB 131
498,537 498,537 000000000000000000551377f5173d1e0790fbcd9ffe49f88f17d8a29f181a0c 2,643 1.00/1.00 vMB 149
498,536 498,536 0000000000000000007567094812d0347c151759e0af752dc20010a479ad41a2 1,996 1.00/1.00 vMB 356
498,535 498,535 0000000000000000002a8638b195b787ef5e21fd7c081ca574fecb4ce6e9912a 2,079 1.00/1.00 vMB 351
498,534 498,534 000000000000000000842f90b850aaf606f771b7b45e872ca81d911c2c533ddb 2,562 1.00/1.00 vMB 399
498,533 498,533 0000000000000000005641a635ace80550948a9a18273651fc047d1f992359a9 2,324 1.00/1.00 vMB 270
498,532 498,532 000000000000000000a9fc68f5ba5a23808de02ad88b905dd95a0fcf668ed2c8 1,525 1.00/1.00 vMB 107
498,531 498,531 0000000000000000006be5af8e11c89f7e548a225755e60df014ce0d1e6b1a5d 2,120 1.00/1.00 vMB 254
498,530 498,530 000000000000000000843e2014a98ee2251d88196e06358e63a4281cb4f9da6d 1,613 1.00/1.00 vMB 298
498,529 498,529 000000000000000000447373eeb913d3873076b5e22f196fd6bbe072227e77f9 2,334 1.00/1.00 vMB 323
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.24 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.