Loading Tool

Explorer IconExplorer

Memory Pool

1,504 transactions (0.46 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 2.54/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 1,499 0.01349450 BTC 0.46 vMB 2.21
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (875,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,315 36,315 0000000008e66cd39827395af3cb877033c22f5130214c07d7c8318ff9901fcc 0.00 MB 1 0
36,314 36,314 00000000565342793ecc0927b5138e2e004bbdb5611e6bc06cd8f498d7ec7830 0.00 MB 1 0
36,313 36,313 0000000024e56abac5dbbb744ef2b88de592e9a78c954754af423059b8b6a696 0.00 MB 1 0
36,312 36,312 00000000009430b13099f2542b20cbf464a6ecb00c573d2138adda3a3a4309d2 0.00 MB 1 0
36,311 36,311 000000000fd02958079e69c14c39b468c00a0cbf0addb063c0f7306e620b120e 0.00 MB 1 0
36,310 36,310 000000003757a64a99a32099c372fe393e355783470e9061e7b9709b0c82db96 0.00 MB 1 0
36,309 36,309 00000000bc402ffd98d5f677776fdd7f67d81465a9020117df06ecd66caadcd4 0.00 MB 1 0
36,308 36,308 000000002ccaf5e8102f1923493a6861df4fdfd6c34ec95329bac31cf1d04c5b 0.00 MB 1 0
36,307 36,307 000000008c4342f25d2b86de1b5b5b8fdfa89f5680bd6fee860fdfba58d727f7 0.00 MB 1 0
36,306 36,306 000000005a584422b3bdb80d2b2c72a08e3b98eebd126734d3694a2ca8013fdb 0.00 MB 1 0
36,305 36,305 000000000e25d3909517a90ad7699372d5bf3c41238c06a42f0de64539342846 0.00 MB 1 0
36,304 36,304 00000000015342e5114a147be54c44e79eea067883f6df6a58ddb66eac269903 0.00 MB 1 0
36,303 36,303 00000000b226ba13252811dc484c6f3f0d2dadb13a153c4e395004453366ae01 0.00 MB 1 0
36,302 36,302 000000001d54b741dce57f15c71dc2b7a4ecb54b8b37e68b85a0b566544ef58b 0.00 MB 1 0
36,301 36,301 000000007a8d90bba9fd9fb1cff05ede2ddeaf1447e0fffa94c20518a9f52da3 0.00 MB 1 0
36,300 36,300 0000000084ea15b5966509b51e40b82b7cfe03aec61a232a4a7ced84ebd0b092 0.00 MB 1 0
36,299 36,299 000000002aaac39a22a6476811d96bae8c06768fc863d5e04700ec9ac02a5c36 0.00 MB 1 0
36,298 36,298 00000000a0e35b41feada29b15f1d50a9661881d30f03bb7409a6b63040b0c77 0.00 MB 1 0
36,297 36,297 00000000772d3bbd4e4e3f722a1fee1107bac0ef515adbf0d89b14551f397455 0.00 MB 1 0
36,296 36,296 000000000ca54b055661e2694fddc041f4e3cbf6c49fe90a28ae8017e22ed9a7 0.00 MB 1 0
36,295 36,295 00000000004a6b1ea0fc9872629777cfa403990f5e44ef3d72209ab4d993ed06 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.80 GB
    • Received: 136.63 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.