Memory Pool Memory Pool Refreshing

9,112 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,373 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (717,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,813 189,813 00000000000001ca3d4774caee0194fc20e7d8db2445fa0f4302a5af847bd264 0.02 MB 43 146
189,812 189,812 00000000000002380d4df5985d853bd6e7a3da56b3038648f42715c63d70d646 0.11 MB 73 66
189,811 189,811 0000000000000797bd1e8e782c135a858cb0171562e3488bffd830a08579e53b 0.31 MB 434 101
189,810 189,810 000000000000049b9ca5c325e939c6928af0354902dd54831a7408ba8189709b 0.12 MB 277 134
189,809 189,809 000000000000063a801e49aa8877a7f2b2c0a3d3d7ec6bbb20f06dad59239eb2 0.01 MB 34 31
189,808 189,808 000000000000021246f680a7e5d2722a6fdeed60df680746b9f72a59fd4baed4 0.21 MB 464 130
189,807 189,807 000000000000040c55dd45d840721fd9d14de692c9608c3730270e71529d7adf 0.04 MB 90 155
189,806 189,806 00000000000003b9e981188a2917fdaf1a94ae17c70c72491f045d69839be2c1 0.01 MB 25 127
189,805 189,805 0000000000000520fd88be7d5fd8ca4df43df7a4e6c4ca427788fc6561f6a35b 0.04 MB 146 44
189,804 189,804 00000000000000762fc4b39923f3cc123dfc520e142e419ffca2a099c07efb00 0.22 MB 559 124
189,803 189,803 000000000000065435344ff1c3f1c06c2c5648bea0d49428bcdeafaeac4c27d7 0.05 MB 138 107
189,802 189,802 00000000000005aac64f29d7a695b4e31c0cc1ba682d7ac8ddde9e7c45ae4442 0.09 MB 162 103
189,801 189,801 0000000000000772f953ad6367639ffcc960fe4a2efa2ece6a326151429e64d6 0.05 MB 92 81
189,800 189,800 00000000000001009c1d9bbb2f2ee10ebeaa5fcc8d23b9baa299538de32a566b 0.05 MB 200 35
189,799 189,799 00000000000003f24dbd09c3e3789818b5d7bdd03283e98db2feca449784a241 0.12 MB 237 115
189,798 189,798 0000000000000250814dfab2276897ba6bf0b293b6e89f6ebc6216ee259c6173 0.25 MB 504 113
189,797 189,797 00000000000008023fa9fe869af51e240510c3a2a3fb4605c6620c653dcc04c1 0.05 MB 135 86
189,796 189,796 000000000000024100487f3767c47f8ed711526b843ad002cc98ea9b97b15fc8 0.05 MB 106 295
189,795 189,795 00000000000006b34a33513bc9eb387c3868ad637f69263fd162799a2c6ce844 0.25 MB 420 102
189,794 189,794 00000000000004af0abd75edbff2ec57b4aef7d038f06d352c9b04deab4287c1 0.05 MB 108 48
189,793 189,793 00000000000007e2bfdfd1abc32dc643687590b87f1aa5d335599d26c8fc853f 0.03 MB 70 14
Previous 10 blocks ↓
Total Size: 769.01 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,621.07 GB sent, 92.89 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.