Loading Tool

Explorer IconExplorer

Memory Pool

28,621 transactions
7.37 vMB
0.07148057 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.58/200 MB

Candidate Block

Mining Attempt fe79e106ba8967d06a3f06306748baad81059df207cf18a5d99bdc927a18e6f2
Version 20000000
Previous Block 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8
Merkle Root ab1ed89377525e047952d91b345fef786291907054894daa4cab14faff43ffde
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,585
Size: 1.00 vMB
Total Fees: 0.03881801 BTC
Median Feerate: 3.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,234 (649,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,334 263,334 0000000000000004def7faa15f0168143e92bb1132be2959e1a7b3eec760db64 48 0.07 vMB 20
263,333 263,333 000000000000000ef3a0598773943ff57a6fad2f307c56216fee2ff81994b64b 110 0.08 vMB 163
263,332 263,332 00000000000000121a961ea97a31622a8c05f072053301471f5ad4a61673e16e 334 0.12 vMB 150
263,331 263,331 0000000000000003b0f097933f1bd183499890bd20439f67dff5c0e47f4f02f9 65 0.02 vMB 71
263,330 263,330 0000000000000006a33adf18c25cdfca4d81ae797d2615a6f347f47d56fb6547 111 0.04 vMB 71
263,329 263,329 000000000000001541b8c1603ee3aed3d95793712352061cf2d7e786c2500082 64 0.03 vMB 87
263,328 263,328 000000000000001667f45913aee1d869719b59ab46068b20f8282049cbf82427 139 0.14 vMB 40
263,327 263,327 000000000000000c1e9f125423d5914fd7905008378322a55afb73d8a8d46fd3 75 0.03 vMB 84
263,326 263,326 00000000000000079cb19b9631595e982a119980d711ab84565032ebedc3e94c 64 0.05 vMB 92
263,325 263,325 000000000000000201001a543d3852631633aa86b51c0a22fb66d4c0dc5ec9b7 19 0.01 vMB 78
263,324 263,324 00000000000000015a35858fd02b5e5e3333c063a7a2da897fe1f7c5057f120c 91 0.03 vMB 102
263,323 263,323 00000000000000024f286fe9fabee72ce5df13f7905ddfaa402c53507d0c1be6 291 0.10 vMB 128
263,322 263,322 000000000000001661f95ce193828e5fe667ab99450f6fc1e164d4bd08e0c5eb 296 0.14 vMB 103
263,321 263,321 000000000000000b8c97d30e17c758caa3a91e9d85ab1a1b856514c4dd28443b 258 0.10 vMB 94
263,320 263,320 0000000000000007a08422c51db20b3d8d3a7118a7a973a74cf8680caf0b9326 239 0.10 vMB 131
263,319 263,319 00000000000000129217ca5f2f4dcb01e1996008fc8000ec62eac70b427b2834 94 0.03 vMB 98
263,318 263,318 00000000000000153013c98c46af8f2204a155e233749dabd0d370025b69b715 222 0.12 vMB 104
263,317 263,317 000000000000000ed9368b1756be2ef5763943e5c1c3a8325b5f078d3a0815c2 74 0.04 vMB 63
263,316 263,316 000000000000001555f3040af79799768b94942605669d826519f704e126258c 205 0.09 vMB 94
263,315 263,315 000000000000000afc1ab8961473ec1c4f47c9bd767bb8d7ec36779ed7d2c63d 106 0.05 vMB 95
263,314 263,314 0000000000000009b29932ea82d2ea2cba0ca2c9753a056738ee8e66aa5cfd24 120 0.09 vMB 52
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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