Loading Tool

Explorer IconExplorer

Memory Pool

35,059 transactions
25.71 vMB
0.08134222 BTC
Random Selection Loading Transactions
Max Size: 130.43/200 MB

Candidate Block

Mining Attempt 959d9e783ae0423f51f45629d33d9902cfb22713562b5a06ab048ac0de05cdb3
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 8f16d25745ddbea2a8bab3ac4eac6d58cace74aa8b27ebbda34c7e8bd06c9591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02910956 BTC
Feerates: 150.71 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (809,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,276 105,276 0000000000010ecf510eb058ddfe45bebd09a533d7de76662b3e8d1351f71488 5 0.00/1.00 vMB 0
105,275 105,275 00000000000264e2485db3d702caf4143f78f7f34a0711454f5dd3f677d89c2d 3 0.00/1.00 vMB 0
105,274 105,274 00000000000150d219b22439511bd85f54209c60c53eaa87b032dfa656f6085f 12 0.00/1.00 vMB 0
105,273 105,273 000000000002313472f29e4f9cecb508c5231cb2a1f0f45baf3ab7506b02f882 9 0.00/1.00 vMB 0
105,272 105,272 000000000000f1758e4c5946377e4ec70b85b6e35d5691504ebfe0cd4de96f34 11 0.00/1.00 vMB 0
105,271 105,271 000000000002eb1f099c819ca539327e1fcc66bf2e0f6b91cdd0ae2b3c1cb7e6 10 0.00/1.00 vMB 0
105,270 105,270 000000000002eb0556556f539b0822426866747b0f86e5e68d3aed50506d03f8 4 0.00/1.00 vMB 0
105,269 105,269 000000000002078dbac053bfe86e2c27a398837d8295a576a5dca6c03f4ebe1b 11 0.00/1.00 vMB 0
105,268 105,268 00000000000104e75cebca763a676429d27733f0728b7769e8ac870696a51249 21 0.01/1.00 vMB 0
105,267 105,267 00000000000277144fb593e388d3a4c2d5caf41086e79a9f0815c9b97eaee762 3 0.00/1.00 vMB 0
105,266 105,266 0000000000016a9cfdfce3cfe33e6ea9103071d2698249d6d7bc359227ce7c07 11 0.00/1.00 vMB 0
105,265 105,265 000000000001bf6f188ef8549735ec76f0fb5eaebd040ef299a79309f023d773 2 0.00/1.00 vMB 0
105,264 105,264 000000000000ade21e434958b344903318b185999604a1eba9048d15eeb189d7 3 0.00/1.00 vMB 0
105,263 105,263 000000000001bd2d8ea826e6e163dd74464468f81760b3374e8fc951dbcce5f5 2 0.00/1.00 vMB 0
105,262 105,262 000000000001d7e980dd9c346b6659d6e43f1893077d37a813643d1e2381ba64 1 0.00/1.00 vMB 0
105,261 105,261 000000000000f8e9efa9420e3cef512b0c0a5c4989cfb4790e8977b6e6c6417d 33 0.01/1.00 vMB 0
105,260 105,260 000000000000441d06922e911b1e2ef2a955652dded92752d081f70732714f40 1 0.00/1.00 vMB 0
105,259 105,259 0000000000012a943f49c32d5ab4f0bb80eb9a0ed3d3b90017faf53243c5004c 12 0.00/1.00 vMB 0
105,258 105,258 0000000000007bf6f0f9134f0e82eac69331df9a0e773818d4fde26821d13de4 3 0.00/1.00 vMB 0
105,257 105,257 0000000000004678a9df30f5f47a18b79ac2cc3e2834d00157408e231898c51f 3 0.00/1.00 vMB 0
105,256 105,256 000000000001dca5341801bb8abccf6dabe1ff8899327e60eabb3b55fa474930 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 642.87 GB
    • Received: 12.56 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.