Loading Tool

Explorer IconExplorer

Memory Pool

47,999 transactions
27.67 vMB
0.06342262 BTC
Random Selection Loading Transactions
Max Size: 148.14/200 MB

Candidate Block

Mining Attempt 879b3ba4b0ceaf1a6941034d0c1ff58cfced962154301f279064a85f12288119
Version 20000000
Previous Block 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b
Merkle Root fab1c500be909b2098161637daf99bf0538d74d282be05ae4aea2f3784879042
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,815
Size: 1.00 vMB
Total Fees: 0.01140062 BTC
Feerates: 151.16 > 1.14 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,797 (228,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,124 686,124 0000000000000000000b49c3caf50e0229f216ecc97014b590e91a6f8ca66552 2,341 1.00/1.00 vMB 35
686,123 686,123 0000000000000000000a737b2be3963bfe908bdc69e87ab547107f900a5aa4ab 2,595 1.00/1.00 vMB 61
686,122 686,122 0000000000000000000134019752afd8fb7cd5ba01db2c7a6b66008f3da34ab3 847 1.00/1.00 vMB 12
686,121 686,121 0000000000000000000a3cc06ba7b0da00e187db110bc5751e41c30c5b3e3f0d 1,736 1.00/1.00 vMB 24
686,120 686,120 0000000000000000000217a58c22e212f6f9a4a0e83ec272ee984676b0237b61 1,562 1.00/1.00 vMB 19
686,119 686,119 0000000000000000000be32a07cadc0a1a083c3d1b2629a3e0fe02a9b2c95edd 1,201 1.00/1.00 vMB 35
686,118 686,118 000000000000000000081841d1eccdb95e99788cc3c871eb7bd10cb2e694348f 1,603 1.00/1.00 vMB 23
686,117 686,117 000000000000000000091ba952a1837f54244cafefff6ca54ea8b2301d393980 1,690 1.00/1.00 vMB 5
686,116 686,116 00000000000000000001435bdec218b3890f5c844ad84b535231b499da54db0a 2,457 1.00/1.00 vMB 47
686,115 686,115 0000000000000000000038356122c4fd501a0dccfe9568f3d163877e1a09adcc 2,668 1.00/1.00 vMB 6
686,114 686,114 000000000000000000006ab159c5332d9ffd664beef9abbf6d10715b47f367ce 2,311 1.00/1.00 vMB 32
686,113 686,113 00000000000000000005298ccc6a79bfc931be9cc4aa954c2966b5944133170c 2,460 1.00/1.00 vMB 29
686,112 686,112 0000000000000000000ce6149a42eaa1aa8eedc795152cf7eff3bee0e98a0dcb 1,994 1.00/1.00 vMB 31
686,111 686,111 0000000000000000000ba33e556fee61af578653278d05b3ea9cd456cb4a6cd6 2,431 1.00/1.00 vMB 33
686,110 686,110 000000000000000000026c85973ac156a25f6a15a147a1de965ca468cd9f1c83 1,932 1.00/1.00 vMB 13
686,109 686,109 0000000000000000000467b803e3d5a9109a77a577c60c413198f6fd5225d2a9 2,668 1.00/1.00 vMB 25
686,108 686,108 0000000000000000000011a0ad4a322b69581c15851c5289b82b244f0186710a 2,634 1.00/1.00 vMB 41
686,107 686,107 00000000000000000001dcc5bf785b2a9c728f372e30a9e7b6663e2de8381299 1,714 1.00/1.00 vMB 49
686,106 686,106 000000000000000000052140b7efe2ea4e2c8a0452395fb7c0e1a4d0d6101a49 1,741 1.00/1.00 vMB 44
686,105 686,105 00000000000000000003d7e12de010a4e69b2eab2c97ae2726513da3dba0495c 2,751 1.00/1.00 vMB 75
686,104 686,104 000000000000000000040e55c1c3dd8ae5fe5920cb2151ac3f74e80f0cbeec45 2,435 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.03 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: 650.11 GB
    • Received: 13.25 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.