Loading Tool

Explorer IconExplorer

Memory Pool

14,551 transactions
6.43 vMB
0.01488744 BTC
Random Selection Loading Transactions
Max Size: 40.13/200 MB

Candidate Block

Mining Attempt 79e2515fe90bc4f68a4b0c0a4356f3ffcb4c29c1959a4b6bd8860310c9cea166
Version 20000000
Previous Block 000000000000000000005a7fcc8cf9eb89f36f9d1e5679bfff3939cf75b42e3b
Merkle Root 7a5278606dde8c369b43bfb49cd9523d237d422dd8d4a22940f9f6e2e9327ebd
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,378
Size: 1.00 vMB
Total Fees: 0.00890524 BTC
Feerates: 1,241.39 > 0.89 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,277 (23 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,254 938,254 00000000000000000001817e06cffc5567038d3a9fedfa1f967d05a4a37745e9 913 1.00/1.00 vMB 5
938,253 938,253 00000000000000000000f4c8b08ea681805f8e6b18c9aaec54f2c24da64a1295 869 1.00/1.00 vMB 5
938,252 938,252 000000000000000000007b5ccd104ad57e12f7216634b4558d3b90ff7b9f6dbb 599 1.00/1.00 vMB 5
938,251 938,251 00000000000000000001523fe58e38f7acedfc0369a882b162aefcd056aded3a 1,818 1.00/1.00 vMB 3
938,250 938,250 0000000000000000000134cbbf79faa5da0a2ebe4b4daafb36d755596ea54eab 4,298 1.00/1.00 vMB 0
938,249 938,249 00000000000000000000b4c436a0944e3ad7dc3e03bc4fd11523ce0f694bf118 805 0.28/1.00 vMB 3
938,248 938,248 000000000000000000012177eb4780de00a8d652ec450f38a9d38c1a9f419724 877 0.29/1.00 vMB 2
938,247 938,247 000000000000000000008b05b40f6dd7a3967381074e0cf7912ae41e664ca8fe 3,386 1.00/1.00 vMB 2
938,246 938,246 000000000000000000004e6efade45b68191b5f4d6ad32b3a97de13c0a18344d 2,273 1.00/1.00 vMB 2
938,245 938,245 000000000000000000000f827895dea39b23595ce518b773e906a8161920df01 3,162 1.00/1.00 vMB 1
938,244 938,244 00000000000000000000b0c257f6f30fed6659b1bf3bbdb0ccafb744fce1d0dd 3,495 1.00/1.00 vMB 3
938,243 938,243 000000000000000000004b908273c4429f61c6e072b386dfc861c5bb181246c5 1,125 0.31/1.00 vMB 3
938,242 938,242 000000000000000000002a06fcd1af1993a89d8ad63f668b25d73680ac19121c 4,458 1.00/1.00 vMB 0
938,241 938,241 00000000000000000000a61447c30795495494d1440f7f8727cb15f57a989202 2,129 0.67/1.00 vMB 2
938,240 938,240 000000000000000000017a56ae62cf75b39da89d605226cf4df182e798bd4935 4,686 1.00/1.00 vMB 0
938,239 938,239 00000000000000000000a6638d89d0b23b588847f82c41150a1d507ed79d3683 1,861 1.00/1.00 vMB 0
938,238 938,238 000000000000000000010f5db5f621c09677813237e2bc2195a7e4b38b61b732 5,935 1.00/1.00 vMB 0
938,237 938,237 0000000000000000000034f69b20667873ed51e7616e30389adb6fa36e812ff5 4,955 1.00/1.00 vMB 1
938,236 938,236 000000000000000000008a8882b2318045fc953533ea6af1a7cf53c137e40ace 5,022 1.00/1.00 vMB 0
938,235 938,235 0000000000000000000075fc27d55a6fffd904b87039685d60e7492325aff2e3 4,807 1.00/1.00 vMB 0
938,234 938,234 000000000000000000006fa7648ae06aa0d0740a9511d1636f5b71a6b149e82a 4,975 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 823.63 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: 4,090.47 GB
    • Received: 224.71 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.