Loading Tool

Explorer IconExplorer

Memory Pool

42,269 transactions
26.16 vMB
0.05192974 BTC
Random Selection Loading Transactions
Max Size: 137.37/200 MB

Candidate Block

Mining Attempt 049d01eb94db85a4ac712a3e727f1c1709a7bd0d4423a38a0e063a580ecde2c0
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 982a136f69008d6c269fc3663be7f461a66e33deff19a019a624c4b9cf253e7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,627
Size: 1.00 vMB
Total Fees: 0.00407803 BTC
Feerates: 40.21 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (352,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,377 562,377 0000000000000000000c8d863b8bacda98777b39aa1a75b2b2294733cea8b7f5 698 0.20/1.00 vMB 6
562,376 562,376 0000000000000000002da4c746d967e3a39d735003a742efc5cd47fe4ed99ad5 1,026 0.34/1.00 vMB 7
562,375 562,375 000000000000000000271322f649776c39d0c67e9781fbe80976ffa5baccd93c 508 0.17/1.00 vMB 9
562,374 562,374 000000000000000000125e747b5a7d9f889ae21513b37e565d7ea9fd5c7ba18e 2,604 0.79/1.00 vMB 2
562,373 562,373 00000000000000000024ca8b058bd32c39d7f5084848aa4c7c5f23996dd30cd5 1,142 0.31/1.00 vMB 25
562,372 562,372 00000000000000000025b1284752bd5963f3159eb539cc7d085d86f92fa6a07a 3,431 1.00/1.00 vMB 9
562,371 562,371 00000000000000000019f2ef2eb0aa8b6cd2892014133e6ecf6d6ce58a700027 2,495 0.88/1.00 vMB 6
562,370 562,370 0000000000000000000e11b4dd32d79f9f5a2499b6d4eabaccba3cb78af8de12 3,337 1.00/1.00 vMB 12
562,369 562,369 0000000000000000000234a4390b086ad8ef944912aaeba921ddcc4eb7daae7b 2,051 1.00/1.00 vMB 7
562,368 562,368 00000000000000000020bc18eeea9565de31d7ced4d073236fa0123b319f4e7c 3,478 1.00/1.00 vMB 17
562,367 562,367 000000000000000000288e3d2faad5c79564ef3bfa1fc2943ec7bc1b5b9bef8c 225 0.07/1.00 vMB 13
562,366 562,366 000000000000000000213867738bca3d9d19aad7faf64cbcdc21e48515a4fddb 748 0.21/1.00 vMB 8
562,365 562,365 0000000000000000000d666181ba0fa9d6254778d85f33882404e461fcbbe593 2,389 0.77/1.00 vMB 9
562,364 562,364 0000000000000000000a7f30e344618978fd9629e18c8cddaeea4d1700351805 2,607 0.84/1.00 vMB 4
562,363 562,363 000000000000000000000d94e8d3bd28b68668f4a98cb665e63f369a32c0916d 2,805 1.00/1.00 vMB 8
562,362 562,362 00000000000000000009bb12c57be97cdd20f6eef61aac036f922fd54c361536 3,206 1.00/1.00 vMB 11
562,361 562,361 0000000000000000001fa5c0b472eb82f55af37fd45297faad7a3696ebbbfe56 3,622 1.00/1.00 vMB 20
562,360 562,360 00000000000000000024e68fc670b6c5fd55f5d129db2d67fa300705f14231e7 3,492 1.00/1.00 vMB 8
562,359 562,359 000000000000000000288829d6efb3e4a1dc959c68fd0f8be00f3dce9fe94133 2,746 1.00/1.00 vMB 10
562,358 562,358 0000000000000000001aa151d44055448c5c98cfad933983d38c7be0ac9c7119 2,299 1.00/1.00 vMB 39
562,357 562,357 00000000000000000002242d7b8857c86e014bb40f459455d23af7c6d5d956b7 607 0.19/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.