Loading Tool

Explorer IconExplorer

Memory Pool

82,944 transactions
31.57 vMB
0.09213526 BTC
Random Selection Loading Transactions
Max Size: 191.67/200 MB

Candidate Block

Mining Attempt db9771c9e28255d1f9e502b1614a8b0793c4d62d6fbb0fc62ed4420783821a8e
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root fcdd6316ac90075973cf2da1b53d344227dfeb687ff3ee139f32bc5125e16923
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.02340263 BTC
Feerates: 100.18 > 2.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (355,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,140 560,140 00000000000000000016c6702e2c46b60dd4e0bbc6a0189629d4e7a2c0baa166 1,960 1.00/1.00 vMB 13
560,139 560,139 000000000000000000181dd1f34edb6a4e9c435afd11b57d369a05a72501b37d 2,222 1.00/1.00 vMB 15
560,138 560,138 0000000000000000001bfcfc08e281f2bc84a3d4dc3fb166ddf9ec2f4456347e 1,260 0.66/1.00 vMB 4
560,137 560,137 0000000000000000000e99d3d091e3d77d3e72933179276e9da2bef2ba647905 2,984 1.00/1.00 vMB 14
560,136 560,136 0000000000000000001eba515656a0e11d1262068e0d63d8cf6ada9c8f09f32f 3,141 1.00/1.00 vMB 5
560,135 560,135 00000000000000000013d40f9b2cc620b73474a8381863eb8248ee94bf61afad 2,597 1.00/1.00 vMB 35
560,134 560,134 0000000000000000001a05558a70e384272d58eb0ea48c5a2a4ca3a1556f4cb9 2,531 1.00/1.00 vMB 11
560,133 560,133 00000000000000000000370886b9525b177d1a002cfea67980d9dd4adc4ecf22 2,948 1.00/1.00 vMB 25
560,132 560,132 0000000000000000001294e7cb013821b59f4a165e24660df8296a2f6717e7cc 3,133 1.00/1.00 vMB 21
560,131 560,131 0000000000000000002b88c2b4ac32d9f00cb9215224f7065bdb974891b17f7e 2,507 1.00/1.00 vMB 5
560,130 560,130 00000000000000000020bdd27865e4aae80e62e5bd8cb39151d7be4203692a53 1,575 1.00/1.00 vMB 13
560,129 560,129 0000000000000000001a74a2996520a9486944cafad2d78c3aac4cbfdce9eeb6 1,568 1.00/1.00 vMB 12
560,128 560,128 00000000000000000003ae9aa95470e05db8516ea17e3c4eb8b0e939377b798a 1,436 1.00/1.00 vMB 17
560,127 560,127 0000000000000000000fd9774468f134858322bcd07ba436b5d41ed065d19612 2,542 1.00/1.00 vMB 31
560,126 560,126 00000000000000000021f84bff42ddc7a09c071e11636f64eae3e3be59000c48 1,024 1.00/1.00 vMB 15
560,125 560,125 00000000000000000008217e33ebc7de91ae8292ddeecb4f670b49f97d54c154 1,666 1.00/1.00 vMB 19
560,124 560,124 0000000000000000001871f9e79725ffdf5b2be68eabaa9d2e2dd1cb0053a8d3 3,122 1.00/1.00 vMB 37
560,123 560,123 0000000000000000000f64c1286f61b574444e54aa05dff4f7e8f07ea62f7b5d 3,171 1.00/1.00 vMB 31
560,122 560,122 0000000000000000001eb01fd6d4918967a13147d088cd88dbe82b4af5bb6e6d 3,326 1.00/1.00 vMB 12
560,121 560,121 0000000000000000002f4ef464884e9412318f416cfeef3107e5f35649cc46d0 2,432 1.00/1.00 vMB 17
560,120 560,120 0000000000000000001efc942c6eff3e0442e309aff31d4ca242e66470468df5 787 0.24/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.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.