Loading Tool

Explorer IconExplorer

Memory Pool

83,418 transactions
31.62 vMB
0.11185908 BTC
Random Selection Loading Transactions
Max Size: 193.25/200 MB

Candidate Block

Mining Attempt 0af75f9c88cd25212944bf5320591aa9f8dbcd8234f237281c1d684d8484b6f3
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 364d7ab70ec44043eb4fbc75df4b8c7e157c7b805ea1bf73c2c25a4cb946775d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,207
Size: 1.00 vMB
Total Fees: 0.03830554 BTC
Feerates: 301.05 > 3.84 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (322,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,391 592,391 000000000000000000011501e4bfde501be281005817611d03cdad8c8a918e58 1,637 0.50/1.00 vMB 21
592,390 592,390 00000000000000000016b989ccd672b59ba24e12fbf9272cb7839f25e4ca916d 2,709 1.00/1.00 vMB 12
592,389 592,389 0000000000000000000e59828e9f826cfea1e12b4071aefb0a92b4fe37f1016e 3,274 1.00/1.00 vMB 39
592,388 592,388 000000000000000000028f5330355f9defc8ebc30694ab52a3987598f201b161 3,184 1.00/1.00 vMB 28
592,387 592,387 000000000000000000070cfef3a7a163ef0639388aeba64fdecc895ce29339cf 1,043 0.32/1.00 vMB 25
592,386 592,386 0000000000000000000ab6b80b2e38e4b78d0fd2b1d0ab908ed46c28d580910a 3,005 0.98/1.00 vMB 15
592,385 592,385 0000000000000000001182438260ebe0254764c7edfa5f077d4bbbff127361c6 2,464 1.00/1.00 vMB 44
592,384 592,384 00000000000000000008dfd9d6a680b11c52814e1f6487fd19cb8ee9eb974182 429 0.17/1.00 vMB 30
592,383 592,383 00000000000000000019ae755e6b6b516f3022d2d59aafb0c6c71d3ce2e61bb4 1,043 0.42/1.00 vMB 26
592,382 592,382 00000000000000000018317a34b2964a39f9c6e5540db6199b389a7956c7bec5 2,891 1.00/1.00 vMB 3
592,381 592,381 00000000000000000009958c74096af2e0dc55e8394fe99b4ccd817ac5a81749 2,535 1.00/1.00 vMB 19
592,380 592,380 0000000000000000000756a1251c2eca604d65746ef8857293c23e1d272b678f 2,781 1.00/1.00 vMB 42
592,379 592,379 0000000000000000000684c41a26701a3da7683181a257e35bc7fd1545791e8a 2,164 1.00/1.00 vMB 41
592,378 592,378 0000000000000000000fd4f19aab6d9506de170da8e5d4f000e4272eba076f66 1,929 0.68/1.00 vMB 25
592,377 592,377 00000000000000000014284d809c14cc4aab30973e3d90bae65c67b424b58fef 927 0.32/1.00 vMB 4
592,376 592,376 0000000000000000000505061c874a6e1ade62b3364bc76fc6310f7e3bf7e3c7 2,701 1.00/1.00 vMB 14
592,375 592,375 0000000000000000000fb5b73d87572f7932f2a6981a52d5ec91779450099a5b 3,029 1.00/1.00 vMB 41
592,374 592,374 0000000000000000000b4da751828916c21a0a1a4db10bea13d43dc1c4db86c7 1,443 0.55/1.00 vMB 26
592,373 592,373 00000000000000000007fc89154aa3a1e352ab03ff48141a6ba9f4da18d962e6 1,667 0.66/1.00 vMB 2
592,372 592,372 000000000000000000044e381dcf89d2f124abfc440ff850c33db7778b301f64 3,239 1.00/1.00 vMB 23
592,371 592,371 0000000000000000000ff43c2e59e853f32e2f2198cd6b0f48aa4a2ab370a06e 1,650 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.