Loading Tool

Explorer IconExplorer

Memory Pool

81,701 transactions
34.29 vMB
0.14527783 BTC
Random Selection Loading Transactions
Max Size: 195.29/200 MB

Candidate Block

Mining Attempt 8ac8fd8c3c6fa3b3d6fdd1b8d5df41bfd7134b8b44865d47f75c243ec7f4c361
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 94db15b5f373df18bea34d4fc5cd469b4c6714d04b83aa37913dc556f38f83aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.03291888 BTC
Feerates: 150.78 > 3.30 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (31,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,443 883,443 00000000000000000000be901a30f59ba32772e9b9f0f73f1d2d662d424ae27f 2,301 1.00/1.00 vMB 1
883,442 883,442 00000000000000000001240a2db99624aef632585fb496e41c0e4d2fe33e52d1 2,245 1.00/1.00 vMB 3
883,441 883,441 00000000000000000000889290692e9b06d4b24d72717e5b7145b3b64b3a9727 3,733 1.00/1.00 vMB 5
883,440 883,440 00000000000000000002454616587d903eb8a1b04272cc65fe2cf9ff08f7dc67 2,474 1.00/1.00 vMB 3
883,439 883,439 0000000000000000000016a85abc5ac1adcb8a90a05597a3b1cd4215e89fb8a2 3,474 1.00/1.00 vMB 5
883,438 883,438 00000000000000000000e9deac78df5b93e24c2dbd5b124318598fbf5927b334 2,093 1.00/1.00 vMB 2
883,437 883,437 00000000000000000000f32daba115a876778365a11935c4c8920afed2d10e3f 3,300 1.00/1.00 vMB 5
883,436 883,436 00000000000000000001764583ff5352c041dfae9acb66b3f07f0d0e9d6c34a9 3,784 1.00/1.00 vMB 5
883,435 883,435 000000000000000000022f632666e80194ba47ccab2eebb97fb726bf4e88b280 2,657 1.00/1.00 vMB 4
883,434 883,434 0000000000000000000014714ae5a20acec0249205fb85c622d22a8c93583c74 1,942 1.00/1.00 vMB 2
883,433 883,433 000000000000000000020872c87ce8efba5f9b18f61391c34c67e592702014b1 3,497 1.00/1.00 vMB 5
883,432 883,432 000000000000000000002bc0e8b307f9c512eee09a8e93b5e5b41ee1bd83ee5e 1,947 1.00/1.00 vMB 2
883,431 883,431 0000000000000000000017b045e2793fa5ed012962b5a41b473f66f7709fa278 1,029 0.57/1.00 vMB 2
883,430 883,430 00000000000000000001377383ec06f4f8b6c14dc08e5c8a91af614717616f62 1,138 1.00/1.00 vMB 2
883,429 883,429 00000000000000000000c1ced5dfbfea2c85a3b9a896dd9ad9f79ed5876308ae 258 1.00/1.00 vMB 1
883,428 883,428 000000000000000000005aed4119330849fff4133730563b87e684eeabd06c1c 1,683 1.00/1.00 vMB 2
883,427 883,427 00000000000000000001095824e2ea80084a5338bf991e57df77c8fba731256a 1,617 1.00/1.00 vMB 2
883,426 883,426 00000000000000000001db89f31efce008464b913bbfc98249e5a65b9e92c94e 3,478 1.00/1.00 vMB 4
883,425 883,425 00000000000000000000dd0587de86d79e81cb3c8b7d04e32cb873cf1ade1609 2,593 1.00/1.00 vMB 3
883,424 883,424 00000000000000000000122d8a2762e6c01cf45267812476447cd76ec5f3f0d6 166 1.00/1.00 vMB 1
883,423 883,423 00000000000000000001e6f2ffac1a708702283934a1243a95b4f23fe1c9391f 1,894 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.10 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: 728.10 GB
    • Received: 18.47 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.