Loading Tool

Explorer IconExplorer

Memory Pool

27,099 transactions
12.15 vMB
0.03349717 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.28/200 MB

Candidate Block

Mining Attempt 757f54f24e3e8582f933bb25fc9c8c8fd558f92d3f25593f3177a1786977999e
Version 20000000
Previous Block 0000000000000000000013ca6935cd8b272fb35cd3514b6f5e9a070a459ec896
Merkle Root 4928f5e9d4c53fda866a1ae2cd2c6c94338575d0b5bbf1ba611f1f4fc5cd7c61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,028
Size: 0.99790575 1.00 vMB
Total Fees: 0.01302741 BTC
Feerates: 151.16 > 1.31 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,763 (660,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,810 252,810 00000000000000073c1f20e5283544ddfbdf00d1010e5b76e85870b0764f2616 40 0.01/1.00 vMB 154
252,809 252,809 000000000000001c792b2f84817486bafbd1cf44cbea07ce0baf07a06e5dca40 164 0.10/1.00 vMB 106
252,808 252,808 000000000000000f3d5e48f26bd7385f4ebc0dff0ea8c55cd878631078ecc18f 137 0.05/1.00 vMB 146
252,807 252,807 000000000000001f2ab307b30c03cea8b57b852f15ef4c5fe88ac06dde1d3041 332 0.14/1.00 vMB 148
252,806 252,806 000000000000001d835d19a38748dcf935ba189aaf251818153cc5b96984dc26 149 0.06/1.00 vMB 101
252,805 252,805 000000000000004275ae0c4facbf59e6093b349ee96b938bd17dcd2b7d1acb75 263 0.11/1.00 vMB 147
252,804 252,804 00000000000000442e9986f35569db6f33e502a58edde05cc5cab7587467df2e 232 0.10/1.00 vMB 141
252,803 252,803 000000000000002bcefb0a693356b497b95d287f6898435ee6879d40d4aa6956 579 0.24/1.00 vMB 181
252,802 252,802 000000000000002146401542fcdce15637373eca327af59e2f6705c4004f6367 171 0.07/1.00 vMB 134
252,801 252,801 0000000000000002a27be1ebecb4f5198065a738b62a61f78024a49ba734a06e 290 0.11/1.00 vMB 148
252,800 252,800 000000000000002e649b8d0dc8d3ce18d6724165ff53827769f46219e139a940 75 0.04/1.00 vMB 55
252,799 252,799 0000000000000043692245b369630561a5fbce6bff9f1ced3d0d87bfd96570b7 622 0.23/1.00 vMB 153
252,798 252,798 000000000000003b09e6958dc258744f3b255404f152e336dc1824ce0d707bbc 5 0.00/1.00 vMB 9
252,797 252,797 00000000000000287f29bc6fb28aa89d4f0d121747829904f9d3d7b5d05df47b 261 0.10/1.00 vMB 140
252,796 252,796 0000000000000025271bf2ac0e0466ae77d00ab12baad1338bd5fc54468ae6b0 299 0.13/1.00 vMB 133
252,795 252,795 0000000000000043430ac46c12e751fae7d135f2cbb5f91a4f861373daad9d08 306 0.11/1.00 vMB 178
252,794 252,794 000000000000003646443edec51b343a224f3f8b7880fb7612eb73178c657898 85 0.04/1.00 vMB 103
252,793 252,793 000000000000005452c262c73cc51919ec2a7a7e2a7e334b894cabb19230871f 13 0.01/1.00 vMB 126
252,792 252,792 000000000000004bb2f079d6f1a50ac374c88fa9f03fe03051a07e8d13011299 33 0.01/1.00 vMB 95
252,791 252,791 0000000000000000dd02618b14b1df88452bcd9476e57a4f30e62e6324ee64e4 189 0.07/1.00 vMB 128
252,790 252,790 0000000000000004050d6df3a3b36f978b3b900b14e6b95ae79d004efbfcdd46 442 0.18/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 780.20 GB

Node Details:

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