Loading Tool

Explorer IconExplorer

Memory Pool

25,441 transactions
8.29 vMB
0.06414589 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.58/200 MB

Candidate Block

Mining Attempt c8b29e4439cfd0787d67814a3f4e4338242b27c239b87d3a1753970cfe52fe32
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 93669f05f022dd42f4d888b7d3b1a10cbb380555cbc530de1149de7ec387ef89
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,516
Size: 1.00 vMB
Total Fees: 0.02842398 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,997 (643,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,660 269,660 0000000000000001b6769611f8c83ccb46de065ce7188efc39056b2a60db5bb0 0.25 MB 545 67
269,659 269,659 00000000000000018ade31066cf60792d967104d00cde49e10bec97ffc6ce99f 0.25 MB 557 79
269,658 269,658 0000000000000007a4819401f40641adcc37812b6426d559fda2cfb25add5e54 0.25 MB 664 106
269,657 269,657 00000000000000026662ab07b3bff66752f667a06334fdeccf732c45244c4c8b 0.25 MB 662 81
269,656 269,656 0000000000000000ffaae9d841f2bc206ab7e8956deac28761cd6738932be1e0 0.13 MB 299 59
269,655 269,655 0000000000000004cdddb1fcde928c472b3f05c101fe01389b6dc9b787a50bf8 0.01 MB 23 63
269,654 269,654 0000000000000007dc784f46094f5143f9ac87d8ef10e35e99f0da632f788045 0.10 MB 170 61
269,653 269,653 0000000000000005b97cb63e6b294bc8ca0977450725cfbc9ac22265dfaf26fb 0.15 MB 224 60
269,652 269,652 000000000000000539cfb41b067ef2c441fabf19df3fcda903283521fa320290 0.09 MB 203 63
269,651 269,651 0000000000000002e6142c022e95b8c9351925046205ecfa3c6651e648fc93bc 0.08 MB 168 15
269,650 269,650 00000000000000036a7fdafd45a734171fd6071f6f3bb181388d8c433285c851 0.06 MB 131 43
269,649 269,649 000000000000000550f554808ed8f46ac9fc3c6f20460e4b5d4a37edd41bee8f 0.15 MB 308 37
269,648 269,648 0000000000000004f4792ef59b95e5588bbce4805dd1d1ec064d34f25e3506d8 0.44 MB 986 73
269,647 269,647 000000000000000082fa131146b2268ff259eb32e756e492d2b5708039ab58f3 0.15 MB 338 65
269,646 269,646 00000000000000083f4bd93b855f3261b02cc37d195612564754db18cab0e3e9 0.32 MB 249 29
269,645 269,645 000000000000000196e5387104fec25678a573d623759e779148e5748fd37f5a 0.50 MB 786 50
269,644 269,644 00000000000000054856d9aabb53a2ec8aec25e2311fa92d4c3aa86a4138ce3e 0.50 MB 1,207 39
269,643 269,643 0000000000000002d7b609a67130432256ca061aade4fe78f6b216f4cfe21eb0 0.25 MB 493 94
269,642 269,642 0000000000000006b3b37a0fb86bc9326eac1e70e9b6605d5f4acb5fc922e8f0 0.25 MB 521 150
269,641 269,641 00000000000000006a1bed582805270aa6f26d7b07c79f93609a15a17ee1247e 0.02 MB 55 115
269,640 269,640 00000000000000077c3d715a5536bf58de70a5eb20477239aae95f4eed400a5a 0.13 MB 309 74
Previous 10 blocks ↓
Total Size: 778.84 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: 379.50 GB
    • Received: 3.41 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.