Loading Tool

Explorer IconExplorer

Memory Pool

76,725 transactions
28.70 vMB
0.09344239 BTC
Random Selection Loading Transactions
Max Size: 174.19/200 MB

Candidate Block

Mining Attempt 79dca1a4c6021d38c3a7d04345d90bf8e0e295ec52535da7224dfd6b791b5c17
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 8e60043707db2f0322947bcb41705324f5a34ee185aa0a17890eac2606780e8e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,995
Size: 1.00 vMB
Total Fees: 0.02701947 BTC
Feerates: 180.82 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (236,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,379 678,379 00000000000000000002a4e391d3344fd27d7fbeaade2c50d8e8acd78a97551d 1,224 1.00/1.00 vMB 97
678,378 678,378 000000000000000000052bd35e935753e57ab9b2d5c7c650c8a6486b24028918 2,010 1.00/1.00 vMB 103
678,377 678,377 000000000000000000027c850ef2d73453e174a25db3720d045f79e6a0dd11e8 1,672 1.00/1.00 vMB 97
678,376 678,376 00000000000000000009a4116ca0b01b7c80820aac6882c2c24e0cb831810b05 2,928 1.00/1.00 vMB 119
678,375 678,375 000000000000000000052667e9baaf4c7e6633799d01c3d816c6d741d5fc9b87 2,670 1.00/1.00 vMB 103
678,374 678,374 000000000000000000009b9a8b575b1d1dfb9496065586f9eee1b49e0630a7d8 3,175 1.00/1.00 vMB 79
678,373 678,373 000000000000000000028582ab23cc410e4be00d463ad42625aee240dbf2f720 2,935 1.00/1.00 vMB 84
678,372 678,372 00000000000000000001cea987dd9ba896cc7103fc82b92246398b51c4683375 2,960 1.00/1.00 vMB 87
678,371 678,371 0000000000000000000a8fa35c71d3d8936d702391b84a937e5707f160ff8bae 2,165 1.00/1.00 vMB 103
678,370 678,370 000000000000000000051e7da051c01fa9f6b6e0591c8326979efbee04dc2dc9 909 1.00/1.00 vMB 94
678,369 678,369 00000000000000000003ab1a8121177aed95ba0d757868bdb2404da48d864f78 2,733 1.00/1.00 vMB 113
678,368 678,368 0000000000000000000b06224e4095d0cfd744289c138ddae5a40e4acb5dd7b2 2,925 1.00/1.00 vMB 86
678,367 678,367 00000000000000000003e97191d04bf726abcc6e4fb54f591c69b7a3fa3ba88d 3,131 1.00/1.00 vMB 111
678,366 678,366 00000000000000000000cd0232f94f5f01d5b89224da1c0a48941d81dbcd9163 2,919 1.00/1.00 vMB 91
678,365 678,365 0000000000000000000ac345634104e56ad29929b836677a9ff03ec4aa469fe0 2,929 1.00/1.00 vMB 87
678,364 678,364 000000000000000000012536f726e093b68d0c388de9cd5451e7da155732e5bb 2,941 1.00/1.00 vMB 84
678,363 678,363 00000000000000000001fd52cf6216b95f7e6368a93f2b099f95ebe1dca31447 2,585 1.00/1.00 vMB 110
678,362 678,362 000000000000000000031be67c27cae33bf264fc3759c8d7db0de6524ab5a1d7 1,982 1.00/1.00 vMB 94
678,361 678,361 00000000000000000004619936becee80a4ad33bacf5548688799942c1fbaeb6 2,823 1.00/1.00 vMB 97
678,360 678,360 00000000000000000000fd00a9c1295570fc1670a6d7baedd02b949076bda650 3,251 1.00/1.00 vMB 89
678,359 678,359 0000000000000000000a0fb2ab864a64c97a119d47b531b33a26b49a68795e8b 2,806 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.