Loading Tool

Explorer IconExplorer

Memory Pool

96,203 transactions
31.54 vMB
0.11606258 BTC
Random Selection Loading Transactions
Max Size: 195.40/200 MB

Candidate Block

Mining Attempt 7bc4f42ff3faff0c325ecc29af8a98eeba3f1372598f56b9be94e7196d155f0f
Version 20000000
Previous Block 00000000000000000000592cbd258a30306b072cdd56b193aa5d698c613cca4b
Merkle Root 49b2c3e1cc8acbb96a890116299dc5ac28ece4bf650fea98c6a8868a0399b983
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.03909313 BTC
Feerates: 100.20 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,928 (894,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
21,327 21,327 000000004192226fb1523c25718c6a228d3e30576e227487a7527438a390fee8 1 0.00/1.00 vMB 0
21,326 21,326 000000004267f1a385316ac8c6689d6f22b7149e0e3cb0eece8449b616336632 1 0.00/1.00 vMB 0
21,325 21,325 00000000e6541ff86dbad9c9cad65da03fed072fc5bf18dd5ff1319ebe0b9737 1 0.00/1.00 vMB 0
21,324 21,324 00000000566a689a721dd1965b56ef2f5747fe529e30d1d99d798a976f6f8140 1 0.00/1.00 vMB 0
21,323 21,323 0000000025706f1b173f03462077dac4fd33b8d95f6fb77352aa20f8c66d6dc1 1 0.00/1.00 vMB 0
21,322 21,322 00000000060df7d7f840549b44d9aae1a42f0c873bc692cd77c2a61cc68d6e85 1 0.00/1.00 vMB 0
21,321 21,321 0000000010bf3aaba9609a63205702de7d94b8c12cbd6900e3faba4634f1db11 1 0.00/1.00 vMB 0
21,320 21,320 000000003bf610a7e9e10c2042813638adfab9cb8193f45014b680757a13d6f7 1 0.00/1.00 vMB 0
21,319 21,319 00000000476c15ff13d3a204e5e5b592c275285d903382e41680ca4bfc2d3c6e 1 0.00/1.00 vMB 0
21,318 21,318 00000000d7608ec8ad3b8811ed901054f3e476525b365033f35d8b0b2d5ef22c 1 0.00/1.00 vMB 0
21,317 21,317 0000000089c6639bdb7f5eecd1be7934500d13743bca911ac74c9c0bfa48dafd 1 0.00/1.00 vMB 0
21,316 21,316 0000000002c8b5a07fda279151ce57815df7a6b8ab10bb0996e288ba01c065da 1 0.00/1.00 vMB 0
21,315 21,315 0000000090716b5e8219f86d2d4515ebb20c38c8414a3b2f895d7930f62c0072 1 0.00/1.00 vMB 0
21,314 21,314 000000008da5b790c2bdc9eb589ef876ae52ad2977ca5976e4aa7f98e8e45660 1 0.00/1.00 vMB 0
21,313 21,313 00000000e61716db5c13fe1203872895bdf9eacba9be7b23324cc5ef72805c34 1 0.00/1.00 vMB 0
21,312 21,312 00000000a49b6fc8352505a6ab09580ff769da28c4d9fbce14850d65cda4c268 1 0.00/1.00 vMB 0
21,311 21,311 00000000c57ac03435c209b1ce6f7b468bb413dde69340871583c1dd023bbe08 1 0.00/1.00 vMB 0
21,310 21,310 000000006ead5850ba5b91e38049bdf23cd2f075bfefe7702a467fc59afde583 1 0.00/1.00 vMB 0
21,309 21,309 00000000289f0fbf9301429cb3e6c390db1760478cdab751cf7a200def830699 1 0.00/1.00 vMB 0
21,308 21,308 0000000038db09f72eaa5a5de877b2a111aab56a306c51859f02531959996f42 1 0.00/1.00 vMB 0
21,307 21,307 0000000025adede66073f37421ddbea1716348e2eb25bc4431046b4c7cf22a72 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.98 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: 798.92 GB
    • Received: 22.67 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.