Memory Pool Memory Pool Refreshing

17,500 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (782,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,160 125,160 0000000000000cfcb210eb817845ee5118d72ac30bab54aa9a8d8fff1c6849dc 0.01 MB 33 643
125,159 125,159 0000000000000d70cb46239afe924e9b5d2098f30c0367cd95b67b88727d0c09 0.00 MB 7 578
125,158 125,158 000000000000426ad26221ed659019fdf4222084666efe0c36dcf0df5c8eaa21 0.00 MB 11 0
125,157 125,157 0000000000003e3ced5d844953d30af8848725b21331cc3d4158fd01894c85ff 0.01 MB 40 217
125,156 125,156 0000000000001164541bff80961321b78b385c9a19afb7bbed42a9ce3db84caa 0.02 MB 40 761
125,155 125,155 0000000000001ab51bd8792321e820efb28f2ae85fa586fc867a3d07fa2dd5fa 0.01 MB 13 996
125,154 125,154 0000000000000c69df7486942e054a8d7f24949db220d3b71975a1175835ba1e 0.03 MB 50 607
125,153 125,153 0000000000003bc210c54f31d06ce276cc945dc275ba9c7cd26d1b4230230b77 0.00 MB 12 0
125,152 125,152 00000000000044b0f83272d02449945b9f42699ff41d33b6202eb6f044b41697 0.02 MB 45 1,309
125,151 125,151 00000000000031670f404ac69efe8e67992916379f20731b4e39e99c71aba0be 0.00 MB 4 1,351
125,150 125,150 00000000000026f234806c076b4ccf64762bab345756b568ee22f3b6d6e169f3 0.01 MB 32 363
125,149 125,149 000000000000291d811ae1fb6246a183ae75dee68f3edcc6b29822b9c4f95572 0.01 MB 47 493
125,148 125,148 00000000000004496d2c01dc267af74b90c97adb424aed6a5c8309b1260ed9de 0.03 MB 69 1,846
125,147 125,147 0000000000003facfa59182fee2b51d288976151fc82f3df8a1a720008e2f2b5 0.00 MB 10 0
125,146 125,146 0000000000003bef210f4ba445e1f6b74fda175e1b69624a884d9e576322b567 0.00 MB 4 1,051
125,145 125,145 0000000000003002c03a204036f37f921b898ec68129fe7cd51ac8447f6efe9d 0.01 MB 26 1,047
125,144 125,144 00000000000005ad5bc21a53deccc4f654b891301b5ac8a2c7d3089b950a2fcf 0.01 MB 45 65
125,143 125,143 00000000000001e1f935a7d31d08a3bdf2c18fa7e505b335fe18da099e775986 0.04 MB 109 2,276
125,142 125,142 00000000000012183cd448ee8383f5a49c484a9a07970a256b6aa92a817ff9e1 0.02 MB 31 416
125,141 125,141 00000000000007de53793daae384bca8a39c1e21fbd7476c6aab2b34a2cfda3c 0.00 MB 1 0
125,140 125,140 0000000000002ca7a068a7fcdf7826557383575d1384b58ed5d3755935e503f1 0.01 MB 15 1,856
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.