Memory Pool Memory Pool Refreshing

13,466 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,721 (88,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,167 819,167 000000000000000000023a4b9780a8a745998c7778f1465e8b5fd1e7dee71ff6 1.79 MB 1,575 27
819,166 819,166 0000000000000000000021e17f7aa665d4b887e62f6b05779e00758c7dff4568 1.57 MB 3,431 56
819,165 819,165 00000000000000000002857e7270dbe98eaeab7bbb01dc80055ada6fc8885623 1.79 MB 2,893 37
819,164 819,164 000000000000000000012515811cabdc4f8aa2e7b23ec055e5f10d1451ad9b66 1.63 MB 3,263 53
819,163 819,163 00000000000000000002789be40f78955994bad5b15d1595e38b51bb9052d7e9 1.70 MB 3,279 42
819,162 819,162 00000000000000000000b02b6a4ec837166b44c5634890379cd1a3709cb3b321 2.31 MB 3,300 26
819,161 819,161 0000000000000000000420b61eb7ee936c12a8e66af9ee8c13ff4482198d9493 1.66 MB 1,585 28
819,160 819,160 0000000000000000000297c20218c2796f1e59483f157ac35b0151d5c52cc4de 1.75 MB 3,864 36
819,159 819,159 00000000000000000002a30ba4e46e8567b09230e2ba7c3c46e246364670efb5 1.68 MB 3,656 48
819,158 819,158 00000000000000000001355e8435768355eebb6071d0ee8e6967235eefd8ef73 1.92 MB 3,182 39
819,157 819,157 0000000000000000000320b5c7f6280e1798cfa36a4a9f5a506ad45dec7c8de0 1.79 MB 1,674 28
819,156 819,156 00000000000000000000f1d06d4aa2f4d95d3a3927b04d603cf4e4f47ef5eaa8 1.51 MB 2,576 37
819,155 819,155 00000000000000000001f10b83e0cbbf0f6c7db90c6c1496222f3ded3aac8723 1.45 MB 2,091 43
819,154 819,154 000000000000000000020973c595b57bc9e5943f89e33c682a8079f64747a2ad 1.62 MB 3,649 62
819,153 819,153 00000000000000000001e78ff3a90182a81da69b49518a86197c331529836fb2 1.46 MB 2,568 73
819,152 819,152 00000000000000000001ed8c2d53fbfa77bbc2e3ca6be50cda3f1faeba4444f0 1.55 MB 3,363 44
819,151 819,151 000000000000000000028fa3ddf3ba5893ace9061c8634440c5999c44b076638 1.62 MB 3,981 95
819,150 819,150 000000000000000000008a417593785e2cac190ab5bc0e20bbb22d37e338df07 1.88 MB 4,463 32
819,149 819,149 000000000000000000013d65a1d457357b116d199d8777f10db604b8d85d82b6 1.85 MB 3,301 38
819,148 819,148 000000000000000000038da4776efcfe80354ed2f80983977dd5fa9b89f37f68 2.08 MB 3,279 26
819,147 819,147 00000000000000000003cf8daac33a60d54afc358fea5ed715a7b6559bafd1a4 2.09 MB 2,138 33
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,624.72 GB sent, 93.00 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.