Loading Tool

Explorer IconExplorer

Memory Pool

18,711 transactions
10.09 vMB
0.06150020 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.59/200 MB

Candidate Block

Mining Attempt 3e9a036d037a2bea89dd9edf7f5ed33ea6a7ee6d1c5b45cd26e38ebc9a7ef859
Version 20000000
Previous Block 0000000000000000000203884638a3a6062671eb947c188d0cf2d82b07622b4e
Merkle Root 47f50ae27075ea26b4f68d52bc98d4265e4d056262f7795e3474d021c71a98ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.03586244 BTC
Median Feerate: 3.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,369 (662,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,267 251,267 00000000000000007eba80d06b2c83753946866b1ddab48e7810ffef8c4c2192 213 0.10 vMB 109
251,266 251,266 000000000000000ec077acc8e50766f5264734e15411ae0cbc279256a217a777 278 0.10 vMB 172
251,265 251,265 000000000000002cae1633768824d49f9ec375523523b4722d677c3243c98359 128 0.08 vMB 56
251,264 251,264 0000000000000039d403436c5442a8ce8dc3956086b0b6931dcfb90a6bb1989d 351 0.15 vMB 269
251,263 251,263 00000000000000261f335d450490d8ad36b6693674f5f335cefdc5319d9dc1c4 171 0.07 vMB 76
251,262 251,262 0000000000000012339a7e0feca89262b2f4cdc83681b4844531c6c0bfc0070f 128 0.05 vMB 180
251,261 251,261 000000000000002a3541dc4cc66ae8e049c077e101bf4b15ea792fc64e32128c 144 0.06 vMB 175
251,260 251,260 0000000000000022e3c251645c8879170cbe4f8604f5f564b51b34c5cd5df02a 268 0.12 vMB 148
251,259 251,259 000000000000007285c850154ce89beb549c62f975e8f44b5ca130791663b24d 114 0.08 vMB 53
251,258 251,258 0000000000000069b6e7e6a208c39940659739f70a88fbbff88a5ea5534d7795 272 0.11 vMB 290
251,257 251,257 0000000000000038aedd6caf3ff1eaa6d569af2d7845cd99a10b9ea4f2207e8c 203 0.10 vMB 124
251,256 251,256 0000000000000000e64c5a182cc7cad33025d0bffaeee6d1673ec1297e73d509 36 0.02 vMB 104
251,255 251,255 000000000000005c13c57f47e5dd9b0d8ebc0683b9872dc277b2f80c23db68dc 343 0.15 vMB 208
251,254 251,254 000000000000003addcc49ab444d3483947179de0254c9770a91efd600b95f52 63 0.04 vMB 121
251,253 251,253 000000000000003ac87bed992df345e55ccbdcee1b76b08563bc26ffd07620c1 413 0.19 vMB 129
251,252 251,252 0000000000000051030b482dd4f6aae9948ecf08d446b7d4cb488763dd0b7e3a 313 0.21 vMB 90
251,251 251,251 0000000000000056b983c6479c3001a4a61adcf7390839263ca448ab69abaa28 446 0.25 vMB 126
251,250 251,250 00000000000000536a3e05c9f7087be133c3391cd18544d38da8425ed1546d8f 297 0.15 vMB 158
251,249 251,249 000000000000001f1d59bbe505d0eff11315b6bb840afc3d8d53293fcdb8f340 35 0.01 vMB 153
251,248 251,248 0000000000000040e5a0e9e4dd6f50879dfbc55977f9708c2755a14f9ecdb7d2 89 0.04 vMB 180
251,247 251,247 000000000000006c99af06f17ecff12f25d363b2124096dbdd9779120b82ab65 134 0.15 vMB 53
Previous 10 blocks ↓
Total Size: 779.50 GB

Node Details:

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