Memory Pool Memory Pool Refreshing

9,885 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
908,114 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,760 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,113 (798,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,512 109,512 0000000000001f4b86cd6dd1340f953cd283eaf8957d6650c05470115be80b0b 0.00 MB 1 0
109,511 109,511 00000000000087af60c75fff393c61634d4760fcde0f3bc9f4d03c44c2d7c2fa 0.00 MB 10 0
109,510 109,510 000000000000ad62651f9735fbe2f13a9a676c793079e633be758ade957e1f92 0.00 MB 1 0
109,509 109,509 0000000000015a44f80df565c3b9f2cf2ad1d619efe8d2abb1557cadd78226ec 0.00 MB 2 0
109,508 109,508 00000000000130d62ff06833bd8a40b8ed7bf883bcb7393250f38b4288cb30b3 0.01 MB 32 121
109,507 109,507 000000000001c618921993e82dc3a9966eb9373b31dda7929c17923a28dc3d2f 0.00 MB 12 0
109,506 109,506 000000000000441348e34bc37bd9b9a5c3ed13d048873e0475d92da5a1968760 0.00 MB 11 0
109,505 109,505 0000000000001aecec679858c2ee17fdb71dfa31652b11634c80d3d4aa92d000 0.00 MB 12 0
109,504 109,504 000000000000b21f188f0083bf43a67b5683e03127a53461ec6bcf01f1a8716b 0.00 MB 13 0
109,503 109,503 000000000001bc64c00d1e0d617b89bc143e8de372e92c02bf05ace2cce2e79b 0.00 MB 12 0
109,502 109,502 00000000000134ea2fba34fa83f0c7db5ba52b69426989102ca91cc1a338909d 0.00 MB 1 0
109,501 109,501 0000000000016c4f471b4372b939c11c27793b8bd3420fffa63872a841d490f7 0.00 MB 9 0
109,500 109,500 000000000000fb46bc4eee320a845a1e366b50d376c79b42920055d5bb7ae079 0.00 MB 11 0
109,499 109,499 0000000000009ae1757820699120eacddd5916472268604443d29bb8188de272 0.01 MB 32 0
109,498 109,498 000000000000f62d8464845aaccefb22103af5ae4f8dbe954897138042ec845b 0.00 MB 11 344
109,497 109,497 00000000000084766fc6d8581f16c794c3038fe107aa8c04317f6233549dcdae 0.00 MB 13 0
109,496 109,496 00000000000044dfe22fdc08b4b14b8bed948efc3e08041d7ab169f61dc950e8 0.00 MB 13 0
109,495 109,495 000000000001140280f968bc189b206af34e13ba839ad831e9580e89a9bbea91 0.00 MB 11 0
109,494 109,494 0000000000008e46775356b08f6ddc98c14dcc20710584dd57381550a0706450 0.01 MB 28 0
109,493 109,493 0000000000018d1894e1adea0ba8270be257df075570162ee59af758a50cb029 0.00 MB 10 0
109,492 109,492 000000000000f68119df08bdfdf5d9e3453ece5342d8557c14d4cbf0e268b0d7 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.76 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,679.69 GB sent, 96.71 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.