Loading Tool

Explorer IconExplorer

Memory Pool

42,673 transactions
19.19 vMB
0.43691358 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 5 sats/vbyte = 4 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 105.07/200 MB

Candidate Block

Mining Attempt ba797053705c1ad46426ca8edd537ad985e7321aadc48da066ff0d1dcfbe6e9f
Version 20000000
Previous Block 000000000000000000020644f86d66c63bc956b8ad66a3c76b0d77ad346ae271
Merkle Root 25c7bff037b86e832787401f77c4c66cfde724f2f5fe7fdef254d6ea8b44f9b2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,910
Size: 1.00 vMB
Total Fees: 0.13020533 BTC
Avg Feerate: 13.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,051 (727,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,499 185,499 00000000000000c05e0b2aafca9dcf3f8a176784846526556c55b06ace3f1961 0.04 MB 80 214
185,498 185,498 000000000000029394690a458a593badcc717961cb4c921073530afcdc917847 0.00 MB 9 349
185,497 185,497 00000000000003e37ef1c421141e60280a3b41b2c69130670706941a133de70e 0.08 MB 124 71
185,496 185,496 00000000000007fcb50b14d101be7efbf52036a964ff3a20b908e67e68433ad6 0.07 MB 163 137
185,495 185,495 000000000000018f5568a881d6d6ea8eea5795d6476cf9ff41a2169f8672e610 0.17 MB 418 116
185,494 185,494 00000000000003875c1f33316411841433cbbde4b0ada621933a3e5cff8dd247 0.15 MB 272 91
185,493 185,493 0000000000000458e55fa96770968404b24cb3b6266e63d4096b5fa0944346ac 0.18 MB 365 207
185,492 185,492 00000000000004f196b314d6d6c66ca1fbe3cda0df67a01764d67886777e435a 0.15 MB 296 149
185,491 185,491 000000000000082cc01e32ea827cbb8e3b538b4f089454082d0cc13373c7c085 0.12 MB 247 100
185,490 185,490 00000000000003b43af46900783812c8a9ba00dcf615adc0f20fbd06a10deaf2 0.20 MB 551 133
185,489 185,489 0000000000000935fbbac1250ee5e1dbe2031d40fd9f7ca059a2835736a10204 0.13 MB 168 144
185,488 185,488 000000000000004ed2917329f9d6d0384fcfcaf2f3f860da69558db018f1c0f0 0.00 MB 10 299
185,487 185,487 00000000000007b2b614881e3bd6ba54cc2526cff13a42e9e9e3360f2b8c77b9 0.00 MB 11 3,060
185,486 185,486 00000000000002ef8b871977b3aef4ab8e73b7c54276001025e7f17ba60226c5 0.02 MB 32 113
185,485 185,485 000000000000049b5d6e849dc354cf9239ada43838dcab82846fcf43db3e1362 0.06 MB 103 96
185,484 185,484 00000000000002313e3ce6f29bf6dd82ede29c7bb2148d622f05182f0bb0142b 0.02 MB 51 145
185,483 185,483 00000000000001da53cfaf627eae2ce07f3ff693abdd246dfe95cbba947b24db 0.00 MB 7 108
185,482 185,482 00000000000000faf7992b12c459f773b6db30fb9315fc107bda1901c8ac964f 0.04 MB 79 115
185,481 185,481 000000000000062e112215752026150638b10d4112431a207dd1ead2bb922730 0.06 MB 217 14
185,480 185,480 00000000000000f127093221399b7c67e28ff994aff850e34042e054ddd64571 0.04 MB 88 272
185,479 185,479 000000000000094e0362cbd7ed6dfaab626cae18dc03f440a49a781d6e91af4b 0.15 MB 349 215
Previous 10 blocks ↓
Total Size: 778.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 52
    • Outgoing: 10
  • Data Transfer:
    • Sent: 45.84 GB
    • Received: 0.17 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.