Memory Pool Memory Pool Refreshing

583 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (858,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,697 49,697 000000002019ae1721a778ee3e4df59a6e20c9c4c39957fa71c3881b744a2045 0.00 MB 1 0
49,696 49,696 00000000115eec0126470e2998e00c3665d394c74989d2ebdecdec20e93594aa 0.00 MB 1 0
49,695 49,695 0000000018d5716ea133ab3c8ce464cbf2586f8979c3a704b65db6f035e6c6f4 0.00 MB 1 0
49,694 49,694 0000000026ae96f5bb286eaa45206048332d15b6b94a5e51f8546160ceb2f5a9 0.00 MB 1 0
49,693 49,693 0000000029a60121846144c8d284490c528ab8c40209f9b29e6eb459e7117fe0 0.00 MB 1 0
49,692 49,692 0000000020be522e2f525857160b0d65857adcdb519be88808d01037998f0009 0.00 MB 1 0
49,691 49,691 0000000013e1187e2d6a1806f69de8d8ca8fdf69ba77ca7055b19f90cad24270 0.00 MB 1 0
49,690 49,690 0000000003e5ef0a5d3ae85f648951c89f09a8440a7799685918f2cf5c304c6c 0.00 MB 1 0
49,689 49,689 0000000028c83fc8803c9c3063cc1ea15ee328518172e95eba300ad73e18dd2d 0.00 MB 1 0
49,688 49,688 000000000748f4f784deaa54d176d9239dabc882190d95b76b5b0d336458c321 0.00 MB 1 0
49,687 49,687 000000000990ced361a89415a83925734f068719ae13ea7098dd8362509b2d08 0.00 MB 1 0
49,686 49,686 000000000f80c216f848a9c122058a1daf1d0d84f9a3dadd0b16b68358f4bcd7 0.00 MB 1 0
49,685 49,685 000000002658593239f4e6260389d8fddd274f4563e338055e15400aeceffa88 0.00 MB 1 0
49,684 49,684 000000002452922491654d9f7eb17e5d3402f496a56d8c253845cd4945c6738e 0.00 MB 1 0
49,683 49,683 000000000841ad1582186fb35f93ddb3e102f2b5af719f5517ce8b1ab69729e6 0.00 MB 1 0
49,682 49,682 0000000017e3ef45f95a4db9850f7019839303b533cb9deb6fcbb547a8373d5b 0.00 MB 1 0
49,681 49,681 000000000070b9e6258b600378441c6ff7bfc4d46369e37f620470988acc006e 0.00 MB 1 0
49,680 49,680 00000000091088a8a24748a6ad7e0fd4912cbb176a7f1c107eb3fcb630c08504 0.00 MB 1 0
49,679 49,679 000000000462e83e5a5dffcd4a625b66905c57596f7b2473f0c0ec0b744ff4cb 0.00 MB 1 0
49,678 49,678 0000000013499417a51646bb79d180ece4167c79c3c496645fcc39becec01ed0 0.00 MB 1 0
49,677 49,677 0000000011e839688c73c59d59b571dd5da73a5834318d2295d6bd1b2a20d63d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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: 1,701.92 GB sent, 98.83 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.