Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

219 transactions (0.07 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,676 000000000000000000022b910000000000000000000000000000000000000000 0.07 vMB 213 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,675 (531,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,113 380,113 00000000000000000539fd0d3a4b002015a0dc60b10ac8a44d2cd9e4f65f5576 0.23 MB 487 32
380,112 380,112 00000000000000000d000702b726a2dae92be2a53220c523bb180c5f349d737d 0.30 MB 687 36
380,111 380,111 0000000000000000073d31bcd0ef7050ad1f3d65c5e5ec9bbbcd42f8a1f5c34e 0.25 MB 312 17
380,110 380,110 00000000000000000c50c2cf97db3aa01030ed11df91dcd1c50c415429bd434c 0.00 MB 2 0
380,109 380,109 000000000000000007df7e9d1dc834a68894ff831c55559a846578952cac0294 0.95 MB 1,987 49
380,108 380,108 00000000000000000255384a6b94c4f712d3169b1d7f39185de6a9f1a0b20cc0 0.24 MB 506 34
380,107 380,107 000000000000000007b6fbdf0feb4fa409f1e2901fb05befe2529a0481a2d1dc 0.20 MB 350 25
380,106 380,106 000000000000000004fdbcc767a192d20e4062bf39a69542fe7c6aa81f8fcba2 0.62 MB 792 20
380,105 380,105 00000000000000001154647186dd388a5714f5294cba2201675b8eb40c84ce57 0.93 MB 1,586 30
380,104 380,104 00000000000000000ec03040ea409cedfdd7937351c60cd6f57d904402147f73 0.95 MB 1,227 22
380,103 380,103 00000000000000000ec549d85d944e5ad87082bacd841067351ea5c8adcef16d 1.00 MB 1,760 25
380,102 380,102 000000000000000008a877bffb005dbc8ece708b894fba82a6a42e256be0c6db 0.75 MB 2,040 61
380,101 380,101 0000000000000000082b354db92da498875ac16333dcd91a0f02f8b02cbe6951 0.93 MB 1,999 34
380,100 380,100 0000000000000000094fea77477e3d38f34219f05f1408217eb217a460321e4c 0.68 MB 2,112 46
380,099 380,099 000000000000000001b6f2695cc2e1acfd26f3e10ee294b1ed5236829a2e789b 1.00 MB 3,062 78
380,098 380,098 0000000000000000066dc6b040d8be42153f784df37745b46c4ad667e0788781 0.45 MB 952 37
380,097 380,097 000000000000000008198dc6cff240bb295ed2e23b83b33c44a1b9a10d61f92c 0.61 MB 1,244 38
380,096 380,096 000000000000000008a4cbed7d18b6e6857ad0c6ce95272d94714ef8b217de6a 0.40 MB 743 33
380,095 380,095 0000000000000000112c6bbe36c7f04ccd1b5a16feeb396e953dc248211c3346 0.16 MB 328 43
380,094 380,094 000000000000000001841569fc6dac8c1b3406f4b04a2de005575d9948d61d54 0.36 MB 787 49
380,093 380,093 000000000000000006b58ede3ac1fe6c67165e97b9ce8bb619c88c62c4ad3a9e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,425.01 GB sent, 131.07 GB received

Notes

  • This page updates every 5 seconds.
  • 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.