Loading Tool

Explorer IconExplorer

Memory Pool

18,294 transactions
8.69 vMB
0.05697673 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.54/200 MB

Candidate Block

Mining Attempt 7348e64ed262f5968cf1f0f30d69c20aca5b7a9fb5fa6e7f0d083f8c8372e093
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root acff5c5c5b5af53919657030b023e2eb169ea9a2ed78b133593766a483c07595
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.03811362 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (663,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,558 249,558 000000000000005184c9cdea2fec051a411ca32e40cb1862c2e6ab05d28a5a3c 193 0.25 vMB 72
249,557 249,557 0000000000000070289ee76bf26295fd751b36973c75cb0d8131ad5cf970d550 297 0.25 vMB 84
249,556 249,556 0000000000000084395c7de44a4bb87ea025a92ddc4a3b604694c22b202d64f9 655 0.25 vMB 174
249,555 249,555 00000000000000706160c282187be09a864897a6c5c87901e938df3e51599ba3 256 0.11 vMB 159
249,554 249,554 000000000000007288cd6d77b982e9623a196c6d1c5b11d99dd5554ee74e347d 335 0.22 vMB 117
249,553 249,553 000000000000004be2acb30cf0d8b1b7c2028a4785c44aa00226f4e702b5509c 133 0.07 vMB 100
249,552 249,552 0000000000000043e8334636346ab2aa0cd2d479c62a4a09b16f760eabf7b94a 199 0.08 vMB 141
249,551 249,551 000000000000001b027f1bf4a7e8f3992203251d8780d1ac74d96c57d2b7973d 119 0.05 vMB 137
249,550 249,550 000000000000005ee2ab8096477df813db58add20f0dafe592b0d31758892469 81 0.03 vMB 106
249,549 249,549 000000000000004a8a201f97a2b5c33ba30f3776e42ac23b16f57e7525fbea52 421 0.16 vMB 126
249,548 249,548 00000000000000649dc5b586eaf3568e997c925e07b229b2a9ef20e991df4fb7 60 0.03 vMB 113
249,547 249,547 00000000000000076d2ad512ce50db9b1d635bb552d4735c8f7ae61c3dfa1337 225 0.10 vMB 132
249,546 249,546 000000000000006b312029e83edf56c508de9e2b0354d08e6c2e3c6fb8b7ebdd 171 0.07 vMB 146
249,545 249,545 0000000000000058d031ff46e40d63c8eec368a0be3a5a96ce8cb48328f1ff4c 352 0.15 vMB 97
249,544 249,544 000000000000002acbed99e4a3743f079115f4d9ce3670aedec1b87f065547c8 4 0.00 vMB 14
249,543 249,543 0000000000000007899751f8cd2ae908154d6755d5087c2ddf3c9383e0d35fdf 262 0.13 vMB 94
249,542 249,542 0000000000000064dbb447401d979014523e590bc360cfd556d21584c22f5273 297 0.13 vMB 118
249,541 249,541 000000000000007b47a6fb1dc4144561c83382ae608f36c502f021788a0f5d01 256 0.16 vMB 61
249,540 249,540 000000000000004f9b1143a797a5e4ef35c024155ea82e464d20d88693d3ec03 51 0.02 vMB 95
249,539 249,539 0000000000000021271791fbcac1485c0b26aa7b5ad446719fa568dd0ea864a4 174 0.07 vMB 146
249,538 249,538 0000000000000042a5aadb6d9ba85a30d490cc3ec80a4e9de2e2bcdd2476cb8b 512 0.24 vMB 64
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 242.38 GB
    • Received: 0.92 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.