Loading Tool

Explorer IconExplorer

Memory Pool

44,355 transactions
26.62 vMB
0.06275385 BTC
Random Selection Loading Transactions
Max Size: 140.40/200 MB

Candidate Block

Mining Attempt adbc13c99961fe95f53537325fd4a795f11f89dca25f125bbc576ea421b1f98f
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root 1a3bb202df562f8fb12751a4ef95165f56f791e5022e9d59132ddd48d8656c2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,114
Size: 1.00 vMB
Total Fees: 0.01383588 BTC
Feerates: 83.62 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (457,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,800 456,800 0000000000000000003977bf0577f0220a546645c7d6cb93f928d8d81d9923a6 2,534 1.00/1.00 vMB 181
456,799 456,799 0000000000000000012c1bb3573ba322fe5a1625d3cd3bbfe72666661b4fc968 2,176 1.00/1.00 vMB 161
456,798 456,798 000000000000000001d27561ce73de8e25ae8c71b0f14ca8493cd3b88e9cdec3 2,291 1.00/1.00 vMB 209
456,797 456,797 000000000000000001705e70bba662375325973d1f46b9dc76a518ca0947dbe8 2,451 0.99/1.00 vMB 117
456,796 456,796 000000000000000000877bebbe8f5b15d2a679fdd0dacac7c9c0a511e6a9df1d 2,161 1.00/1.00 vMB 163
456,795 456,795 000000000000000001da36282a413538fd61a933595328680fbc2d0a3f786351 3,222 1.00/1.00 vMB 319
456,794 456,794 00000000000000000137069f96fe5f347c19be8ee3c6dbbfc7122ec211445991 2,937 1.00/1.00 vMB 290
456,793 456,793 000000000000000000c5758679ad28f35b78f086792c7ed1f2e52c4de41a4eda 600 1.00/1.00 vMB 54
456,792 456,792 00000000000000000257eae45c21186b63734eb7bc2bd008130f7aa401f8d1bf 1,367 1.00/1.00 vMB 85
456,791 456,791 00000000000000000226b1ed3a75dd40419743fa99782350e2ee98f46a694d84 1,001 1.00/1.00 vMB 79
456,790 456,790 00000000000000000038c0b65c20b106a99b9bb484a640764a084079b7728c83 2,348 1.00/1.00 vMB 137
456,789 456,789 000000000000000001624282e608f5430d338c74996dffe155d5ab423c04fd53 1,850 1.00/1.00 vMB 250
456,788 456,788 000000000000000001b84ba2d5474aefcc5c4ba22ee9d92d9c423678c7c3c688 2,324 1.00/1.00 vMB 217
456,787 456,787 000000000000000000b3cd5f70a37b7dac1e79b5f3e4b688a0923e960f89064f 2,674 1.00/1.00 vMB 309
456,786 456,786 000000000000000001c1652c075705b303de9dc74eafc1cdedf9ccf722aa23a3 956 1.00/1.00 vMB 103
456,785 456,785 00000000000000000021fcb8ce5ba91c41c21550fc1c6db00ab87310676d24fa 2,111 1.00/1.00 vMB 150
456,784 456,784 00000000000000000039a382dee06b55a39eabaab07b0e49fada501a7d8ef374 1,083 1.00/1.00 vMB 111
456,783 456,783 0000000000000000009a8672f91e11d08cb4197938a76eb10f7538f344c98fe4 1,409 1.00/1.00 vMB 123
456,782 456,782 000000000000000001cf30e82ef9ffe7095feffdfbbe8f78ae7b9553a81ddacd 2,325 1.00/1.00 vMB 125
456,781 456,781 000000000000000001360a04e33685510d0e4c15db935e7c7c0604c66e747452 1,597 1.00/1.00 vMB 119
456,780 456,780 0000000000000000023d3c17e05b526f1aa3013f9db86437ab4094ab0e5c3174 1,394 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 781.96 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: 647.62 GB
    • Received: 12.96 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.