Loading Tool

Explorer IconExplorer

Memory Pool

82,240 transactions
31.22 vMB
0.09388385 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt f8574b9057719e7d2c520f3e7eee7ca5187a3fe9aeb2f6b6ea90312e715a8173
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root ab1573d707acc9fc30603dcc2947ab7e6f3f7467650398c1426ea71559e22410
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,358
Size: 1.00 vMB
Total Fees: 0.01845906 BTC
Feerates: 115.63 > 1.85 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (422,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,171 493,171 0000000000000000000623a021d34432e81822fc6c920007da9d6cddd1186c51 2,217 1.00/1.00 vMB 217
493,170 493,170 0000000000000000003f3e7904d7172752b44c4d69aa2455ff24a47689349f7d 2,424 1.00/1.00 vMB 211
493,169 493,169 00000000000000000060b9cc385e1fd8bb9ec614a15f183fa572f65023caf304 2,032 0.91/1.00 vMB 191
493,168 493,168 00000000000000000095e9e2179c4d33e28ac036819def37d1dae4424967b0d8 1,613 1.00/1.00 vMB 180
493,167 493,167 00000000000000000005c1c51f50eecac8dbe482c26518717c8f647992f79c8e 2,422 1.00/1.00 vMB 236
493,166 493,166 0000000000000000001c3c75a800e6e8d312a661f87a12a39a4b7704c1b27043 2,317 1.00/1.00 vMB 207
493,165 493,165 000000000000000000b1b76236e4f4752327db0978473d0065762efcfb2c0cda 1,730 1.00/1.00 vMB 188
493,164 493,164 000000000000000000414198a4681d98f7e0fe960ec7c7111996aeb1a62255de 2,211 1.00/1.00 vMB 231
493,163 493,163 000000000000000000acfd30660130c4413ab3d9fcd4ba330f6a5e0d0c25e083 204 1.00/1.00 vMB 9
493,162 493,162 0000000000000000003c5c6ac76a5fbe52ea84a872858ffbe6064b15aadc3549 1,912 1.00/1.00 vMB 144
493,161 493,161 00000000000000000092a9e78fea3dc537c989931210ebea07a26a6f6fb7e80b 2,352 1.00/1.00 vMB 212
493,160 493,160 000000000000000000ab202266739cb78651aa79c115c6d135d794d5eacce7ae 2,260 1.00/1.00 vMB 191
493,159 493,159 0000000000000000007d7071a85a373549897e5c8dd3f091790cf1906cae3b7b 527 0.97/1.00 vMB 46
493,158 493,158 0000000000000000008e21769c847ec70a6a52ae4e3115095ff66120be214857 902 1.00/1.00 vMB 64
493,157 493,157 0000000000000000000ea0c2dd0038a26bf184ab80745d137ac8ad98e8de35a5 490 1.00/1.00 vMB 44
493,156 493,156 0000000000000000007c0956dd309e60339f6a6c00d814f9a70b81f52d35afa4 1,289 1.00/1.00 vMB 46
493,155 493,155 0000000000000000007ffa5b0e0772f567e083fe04ec5503c64cf90b5f96e8ef 1,042 1.00/1.00 vMB 83
493,154 493,154 0000000000000000003ba99c0ec7d9efbf25c788ead46050d8ab57b54a937a08 794 1.00/1.00 vMB 49
493,153 493,153 00000000000000000086f7b94123cad00a4ca4a4ae3d2297b1cfcd0db16d1f81 2,011 0.92/1.00 vMB 210
493,152 493,152 000000000000000000061ead5bd952ae1b1c11291d9757c47a14c3173cafff5a 223 1.00/1.00 vMB 20
493,151 493,151 000000000000000000285ad28c757b8955d86db92eacaa4cd4ffc17e9c6f1c08 309 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.