Loading Tool

Explorer IconExplorer

Memory Pool

79,389 transactions
29.97 vMB
0.07849036 BTC
Random Selection Loading Transactions
Max Size: 183.19/200 MB

Candidate Block

Mining Attempt 4ca3c1131fcbe3588df0a155c650c67843f047fbb9afefa67a8a0892d83b3b46
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 6d169d91462052b9adf76716162c54c875f16b7e9f635bf1bb3a08494f989645
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.01196503 BTC
Feerates: 200.00 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (465,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,014 450,014 0000000000000000029e73282f9a82a744159d054d47417b655b06001b15091b 2,204 1.00/1.00 vMB 121
450,013 450,013 0000000000000000017064fdaeaa2882541ff59d3f959f9f3bf5dd0ad5339bdb 2,838 1.00/1.00 vMB 91
450,012 450,012 0000000000000000022a3b713fbdc3b3b27ca805eb3e38004379de377850ffd0 2,762 1.00/1.00 vMB 108
450,011 450,011 000000000000000001b87e7d11e58895e11c3f45ca4212e775e5dd226f53a255 2,181 1.00/1.00 vMB 91
450,010 450,010 0000000000000000025202bac285d6e47b6386c8a5499c8fa6fa863a9a4e7f1f 2,747 1.00/1.00 vMB 112
450,009 450,009 0000000000000000005b2b8f393b7acf3e71dc8d939209ce0a01f6d74497ca1c 1,749 1.00/1.00 vMB 45
450,008 450,008 00000000000000000051f56e56bdc2edc231382be6430b6a026fa74823136492 2,519 1.00/1.00 vMB 90
450,007 450,007 00000000000000000153d2b3b779e8380f9581d64b33ac481e432b43e53bf94d 935 1.00/1.00 vMB 57
450,006 450,006 000000000000000000010542dfe2f446f1fe78334ea8466caf4a4ded5b61f277 726 1.00/1.00 vMB 45
450,005 450,005 000000000000000002a51a3fb1d0805090b826563e9529a3532b9ef3f0be8be3 2,331 1.00/1.00 vMB 86
450,004 450,004 00000000000000000133e9920d5d808d430e325027d513420e7fc2f7da231ffe 2,024 1.00/1.00 vMB 75
450,003 450,003 00000000000000000072e602f438ae44bfac1899d7c8f97faccab191b6ca7c22 2,064 1.00/1.00 vMB 105
450,002 450,002 0000000000000000017fd226fff84c38c5eccac41910c020692751ffd5b3361d 1,427 1.00/1.00 vMB 150
450,001 450,001 0000000000000000011cf0c4c2ecb0312aac4b321884ee25e46a61913466e443 1,732 1.00/1.00 vMB 57
450,000 450,000 0000000000000000014083723ed311a461c648068af8cef8a19dcd620c07a20b 2,156 1.00/1.00 vMB 84
449,999 449,999 0000000000000000024c4a35f0485bab79ce341cdd5cc6b15186d9b5b57bf3da 1,843 1.00/1.00 vMB 136
449,998 449,998 00000000000000000109ee16ece374f7c37ea52e5621b3ff55e73b2c2f0b2f35 3,676 1.00/1.00 vMB 48
449,997 449,997 0000000000000000001fc62e775720d7469936509be35778fb1c612ac208b146 2,219 1.00/1.00 vMB 74
449,996 449,996 000000000000000001751fc94f2946e612b7ef11551145e3c87bd0db3239e9d4 2,616 1.00/1.00 vMB 105
449,995 449,995 0000000000000000006cbc081d67206897461e141fa3af8da57c984f9302f274 2,120 1.00/1.00 vMB 63
449,994 449,994 00000000000000000260e53025b01b6a632cf636d625033fa69dcffd8c80315b 2,409 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.