Loading Tool

Explorer IconExplorer

Memory Pool

70,932 transactions
27.51 vMB
0.07898623 BTC
Random Selection Loading Transactions
Max Size: 165.07/200 MB

Candidate Block

Mining Attempt e2c56a69503421d379c9006c96f5147e98d5e5429d0eb34bc1220898f872e166
Version 20000000
Previous Block 000000000000000000003328b0924124594ef7f5be12a89540676540768007bf
Merkle Root 2c88fa42ae0c4940b41c25bd3978a4eec10f2808c41fd13348ede0534c0e4c56
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.01972037 BTC
Feerates: 301.05 > 1.98 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,583 (836,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,339 79,339 000000000026ed51d9bfbe2df5d01b3a3d89f6b852fb2693f08807380d6f86ab 1 0.00/1.00 vMB 0
79,338 79,338 00000000004a3fc09c206688c369f29b9feb2dc3de4f5e48e5fbba714647f964 1 0.00/1.00 vMB 0
79,337 79,337 0000000000522c50a866c8cd23f8f16e53ea346ad26930766ed6c7063bec0e80 1 0.00/1.00 vMB 0
79,336 79,336 00000000000a10e5c88f190f11d293901516d713e0efd3a46469bb2083aa2d93 6 0.00/1.00 vMB 0
79,335 79,335 000000000050ec83b2473393ddaca2a48e39acd808e660363872638f61c49a06 3 0.00/1.00 vMB 0
79,334 79,334 000000000041b0163dd95dcf92182422eaff065e20cb7ba338bf4b4d63bd14d4 2 0.00/1.00 vMB 0
79,333 79,333 00000000003b1f35af18c716375d16da3958a76696324a82377dc846c41140c7 1 0.00/1.00 vMB 0
79,332 79,332 00000000004716ea8437b072d0eee15b6f254280ec366cf2e0afc98155c6547d 2 0.00/1.00 vMB 0
79,331 79,331 000000000039fc4a767ec7a32ef9ea5f0dc848139eb7009cb8eae285aa65a38e 2 0.00/1.00 vMB 0
79,330 79,330 00000000004052f8432e6d18d4ede18c8a3f2871f4754c962086660f7c1f687d 1 0.00/1.00 vMB 0
79,329 79,329 000000000007534f8c72f2cb82fd5be6159665831020d71ee2867ef98ecb3575 3 0.00/1.00 vMB 0
79,328 79,328 00000000001942fbdfc6ea70c39e77812e32b8efc120e7215c23b69fd6929224 1 0.00/1.00 vMB 0
79,327 79,327 00000000003716dbc55481882849fb4d98156d17db1510daf70ee7e242b76eb7 2 0.00/1.00 vMB 0
79,326 79,326 000000000029f6250b88cfbf3be9133c092bf06c4e1a3b9b983fe03d67849179 1 0.00/1.00 vMB 0
79,325 79,325 000000000019a7c9e7e0590cf3bfe15d35501a5d8e5dedb2252b0279a111ce9b 1 0.00/1.00 vMB 0
79,324 79,324 00000000002c875589be6eb3765ba123a691b7422e5e91ef6f8208e885750a02 1 0.00/1.00 vMB 0
79,323 79,323 000000000011623dcc75c51bb89be0b347b8303ee766ea63eda9cb49ee540806 2 0.00/1.00 vMB 0
79,322 79,322 00000000000de49520107f81fa70208b2ddde03a5b39b8127c9c186ab9d0b238 5 0.00/1.00 vMB 1,941
79,321 79,321 000000000040ee8dca9ed0d380a56e81bfa8e3f080e0af5af8c60d2acbc153e0 2 0.01/1.00 vMB 0
79,320 79,320 000000000055ccc57eb3dc892981eab7d5b0cc2ce06e3d64cb2096d334a26119 1 0.00/1.00 vMB 0
79,319 79,319 00000000001504962af91b7f2c5e6eca0c4c7d50465f6fcf60449690394d077c 3 0.00/1.00 vMB 1,324
Previous 10 blocks ↓
Total Size: 783.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 770.01 GB
    • Received: 19.75 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.