Loading Tool

Explorer IconExplorer

Memory Pool

24,536 transactions
11.67 vMB
0.03297510 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.52/200 MB

Candidate Block

Mining Attempt 3b5b58b85b91b5ee2da5cfdf2af8cd1193ec59397a193e195960743783b06b2c
Version 20000000
Previous Block 000000000000000000007855c93bbdcd4af7b34ad31745b720f13b50fca66934
Merkle Root 60ccb35acba298b4186bc56ca075cc705f71f93494f06447a61e831141601daa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,989
Size: 0.997994 1.00 vMB
Total Fees: 0.01376094 BTC
Feerates: 443.88 > 1.38 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,656 (648,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,384 265,384 00000000000000055446d19b2b301c06e31b0ef46a499c06ebd52a414a3c37ff 1,044 0.50/1.00 vMB 91
265,383 265,383 000000000000000048faf0f4cfeeb46e1e37ecadeaaba693e32b9016ca80f107 739 0.25/1.00 vMB 201
265,382 265,382 000000000000000c80bd92dc420bc7af5be90749571ae6d8125f3737596e0e4d 167 0.07/1.00 vMB 98
265,381 265,381 000000000000000fc7eaa6eb1242c8d7afcde6fe08859c7b53f4c8559687465b 165 0.07/1.00 vMB 64
265,380 265,380 000000000000000fc4417e06d87e7ed36dc502d978a3b9556b3d781c5d7a7cdd 61 0.02/1.00 vMB 132
265,379 265,379 000000000000000ae17a3587e34e271f067bc75bd666af6f9dd8a6cec7c0b4f8 41 0.04/1.00 vMB 34
265,378 265,378 000000000000000ec9f1bcb81e3b0aef6582e8bee18e3abc1ca1a91fc26366c0 662 0.25/1.00 vMB 139
265,377 265,377 000000000000000735d60fc90d19d0044e971e7b3c222200f91e774478507986 505 0.25/1.00 vMB 135
265,376 265,376 00000000000000076a02a97e87fdd22493f394d6d5abd562985feb53079bb37c 422 0.18/1.00 vMB 120
265,375 265,375 0000000000000005de99a5f599b6460010473eda41aa900053ea2703861b0572 322 0.24/1.00 vMB 95
265,374 265,374 0000000000000000075bdc49ed00c484a8c6a72a6b0f3f1daa483b8b74a68b53 422 0.17/1.00 vMB 133
265,373 265,373 0000000000000003e14ccb4edc6b90ed1150ab0e349490b7c94f0aab43c9b0cf 175 0.09/1.00 vMB 95
265,372 265,372 0000000000000008e5e7c43b6fc3d6227338148422bfba365f9a514f08bf696c 468 0.19/1.00 vMB 118
265,371 265,371 000000000000000d12981a16729e457f02ea3bcbea532926a2fc0a7bd9a93c7d 76 0.03/1.00 vMB 88
265,370 265,370 00000000000000064f45af0c7f69dec3a66a62acfaee4c9679abaa470003b30b 159 0.06/1.00 vMB 78
265,369 265,369 0000000000000004df6099b69eb8e423f3d10b5b18322c5604f0b243413b243c 60 0.04/1.00 vMB 68
265,368 265,368 000000000000000e901181df6ed2da7617951c46d1ac8c2e74f25b429c61be40 286 0.11/1.00 vMB 105
265,367 265,367 000000000000000565d7a8925e6ac55ce93b83bb6347434d4c72997f6fd197b6 337 0.16/1.00 vMB 69
265,366 265,366 000000000000000378f95c2c5c052f922554614dacda9cc535e63de2514b1a54 661 0.25/1.00 vMB 121
265,365 265,365 000000000000000276a719670902d54e44ac69967e8cfe20aaa3e0d4e0045c31 420 0.17/1.00 vMB 118
265,364 265,364 0000000000000000ed14fe6840e9a3d8a385889c93e1b3a3f8fddc2108c05a62 403 0.22/1.00 vMB 3,464
Previous 10 blocks ↓
Total Size: 780.01 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: 478.55 GB
    • Received: 3.11 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.