Loading Tool

Explorer IconExplorer

Memory Pool

44,979 transactions
26.54 vMB
0.05406259 BTC
Random Selection Loading Transactions
Max Size: 140.74/200 MB

Candidate Block

Mining Attempt d451375613ecb50558acc5804b8fa8bbf8a35b34600ae8336445e492f856de2c
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 682b82b9f51c2c476b6905ce157f1402b406f83b7bad5c3a2fd0debf97983073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,269
Size: 1.00 vMB
Total Fees: 0.00527868 BTC
Feerates: 40.21 > 0.53 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (415,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,229 499,229 000000000000000000926505fdc9e7838254ac8a290eae1a5d14b326115a7323 2,658 1.00/1.00 vMB 385
499,228 499,228 000000000000000000169f43c475397a7b4469f341a39fb529cb1a2d866c7a2e 2,259 1.00/1.00 vMB 398
499,227 499,227 0000000000000000006010b7e39b110c223ad5ae3854281bd5b77a94be7407ee 2,922 1.00/1.00 vMB 379
499,226 499,226 000000000000000000531aa3696acc15987b69fd32224ac3c8f85bbe31d9d094 2,948 1.00/1.00 vMB 392
499,225 499,225 000000000000000000b07ba4da8674fe664527d76b93c6cfffff2dec2eae9426 1,846 1.00/1.00 vMB 461
499,224 499,224 0000000000000000003185cbfe344fd10a8959aef6fc6df5814b3bd6e137b8ad 2,115 1.00/1.00 vMB 243
499,223 499,223 000000000000000000874c7d94925270a2b964834ff5d5fe8d57fe08e4c7c5e9 2,644 1.00/1.00 vMB 251
499,222 499,222 00000000000000000025692ce5f7554c46ff4243b752f7f0e4b37093e965bcc5 2,845 1.00/1.00 vMB 294
499,221 499,221 0000000000000000005d5caff6a3f5c8525945e1905903d223ecc5012f13da32 2,272 1.00/1.00 vMB 348
499,220 499,220 00000000000000000099ae85870d7d1da6ac082ab2e217cd3466c8a1ad68cee0 2,551 1.00/1.00 vMB 383
499,219 499,219 000000000000000000990fb8393a39206f19144e7dcb4ed9dffa601696835396 2,743 1.00/1.00 vMB 393
499,218 499,218 0000000000000000007cac3e11a7d59d7aa72316d619c9af58a1ab50d1e680c0 2,766 1.00/1.00 vMB 277
499,217 499,217 0000000000000000005720675b0c6031139afccd5776559fa61fa706d1990c2f 2,626 1.00/1.00 vMB 351
499,216 499,216 0000000000000000004f733173a4da0d249ddcba2625d9abfc6b187dd59ea2b7 3,593 1.00/1.00 vMB 379
499,215 499,215 00000000000000000000825c7cf19a8cc2ed7fb5f92ad6478dba7f8a7bb7fa20 2,461 1.00/1.00 vMB 439
499,214 499,214 00000000000000000041d5a380a570c3d4e2298aa39d5a9a2a27263299e4c015 1 0.00/1.00 vMB 0
499,213 499,213 00000000000000000096090963ba87a08f656810b154855b3375f6cc81d5916a 2,775 1.00/1.00 vMB 339
499,212 499,212 000000000000000000639617b442b1b3eb63a54ad941ce1c3551482f3e17891b 2,613 1.00/1.00 vMB 311
499,211 499,211 0000000000000000007ea0fd3079902f1e0a634e5af5dc682fa83dbb9e44fb40 3,171 1.00/1.00 vMB 314
499,210 499,210 000000000000000000986465ad708e79b83b73c3787c0a5d1a426da24163b85a 2,933 1.00/1.00 vMB 345
499,209 499,209 000000000000000000a69de9fe17b5d24935c11994fa76d957c0401bcf63d7ff 3,203 1.00/1.00 vMB 399
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.78 GB
    • Received: 13.08 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.