Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,583 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,172 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,867 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,171 (870,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,176 39,176 000000005430fe6e8e92a0ef70a628a90837d0a5a6292cf16d75dcebf4474a26 0.00 MB 1 0
39,175 39,175 000000000ec8d3f22a56ce85219869ba84d470a5f1cc0a5cb5d4ceb84ef18961 0.00 MB 1 0
39,174 39,174 000000005a2a4b2a0dcdec0f83462481fbcaff176a4d34dfe6c319ffa8b77bcf 0.00 MB 1 0
39,173 39,173 00000000338400951eae911c0a7fe5bad3f4361b7cbb1a92cd65d3c7ca2f7a7a 0.00 MB 1 0
39,172 39,172 00000000781dd8c2c9a4294c026f13ddc7064dbf93aaedc34513d190b1af1698 0.00 MB 1 0
39,171 39,171 000000003ae491f9c479b246014755e37a3b61103b696a1d6d02aab85232d15c 0.00 MB 1 0
39,170 39,170 000000005e383d6148b9216c2f84d0450aeaff6c4dfd8a05f82daa7fb5227d9e 0.00 MB 1 0
39,169 39,169 00000000885fe005e6a2f84de4ded78aed9345ebba244292dbfff7fa8b908651 0.00 MB 1 0
39,168 39,168 00000000046a176d9a65dc715c39d41c060fde748244904684ba22a37f7871e6 0.00 MB 1 0
39,167 39,167 0000000050c29f26cd3969cf7de98fcbd8b515a382a67405c2237df4adf853df 0.00 MB 1 0
39,166 39,166 000000000495d0f8fe6c23442efba5ce525223b7447b1282eef3826e93f306e6 0.00 MB 1 0
39,165 39,165 0000000077e755c55f8e749eac189cf4e122a30ab98fd6843d16740a44449a35 0.00 MB 1 0
39,164 39,164 000000007b28a0aaf6f9e8e0b0af688aa062273d9c3596ca9dcb88a65ab9dd5a 0.00 MB 1 0
39,163 39,163 0000000079ef9485dcb579a2c8a0bd17c0926ed4212faff2d4d753bdadeea4b6 0.00 MB 1 0
39,162 39,162 000000004293b650284fc597db99cf743947e8538c0de992cb1cb5a35e444b3a 0.00 MB 1 0
39,161 39,161 000000001be6d393339718fb29d5b84ac4df2c770880c81be44f18b76a424878 0.00 MB 1 0
39,160 39,160 0000000062bdbb46516f32798e66eb0ac917335720616fcd22fc298b344fce4d 0.00 MB 1 0
39,159 39,159 000000003c03f521ec03ccdae7e0614f80a6020bdb49bc8f4722a6908e0f6019 0.00 MB 1 0
39,158 39,158 00000000751e2b0b0b03f6dfca6ea07588e8f24c076147704b37a3b456858326 0.00 MB 1 0
39,157 39,157 000000006b552c10241b4c678bc65217a31585c6855c5e73fc503fc39b951ba2 0.00 MB 1 0
39,156 39,156 000000003968241481ec4498c4d51f31f5c907dad25f4df10fcd06fa3cf3a5b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,194.08 GB sent, 117.09 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.