Memory Pool Memory Pool Refreshing

4,632 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,877 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (241,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,152 666,152 00000000000000000007054cff4915e38e7cb9ea495c4a31ad25ac67a6ffd67e 1.16 MB 2,486 63
666,151 666,151 00000000000000000006b1569359b83a65ba335dac0e0291ab5ae7e336c029a8 1.24 MB 2,362 89
666,150 666,150 00000000000000000006a96b900ddd1adda7031e9312dc8584f731925fb335e4 1.31 MB 2,529 97
666,149 666,149 00000000000000000006ee08ec8e7c38e29ab631d7ecb93187d172e65ac826a0 1.50 MB 2,303 136
666,148 666,148 0000000000000000000c86daae0725682e5fb44e9c9fd8e70bc25ce181cad6c2 1.22 MB 1,539 136
666,147 666,147 00000000000000000001bcc98a87274d2ab75411fa157e1204a9da977b7e450b 1.33 MB 2,715 153
666,146 666,146 00000000000000000002368420bd2bef6e440b70f71dd245c4b0c8272467d524 1.19 MB 2,024 46
666,145 666,145 000000000000000000069280695da0c66e1771e6e9d74b48a8d0198eeae019fd 1.45 MB 2,116 119
666,144 666,144 0000000000000000000a3cc46dde15005479a69ddee29adc98614a553108dd9b 1.17 MB 1,536 57
666,143 666,143 0000000000000000000483a5ba9575de2589223c528610ef9b6eb3e5f176e66b 1.23 MB 824 28
666,142 666,142 000000000000000000095c14d40ba9a49a373bf209f70e33eaf4a7472663b8ae 1.39 MB 1,957 70
666,141 666,141 0000000000000000000434231549c3cedcb77d9cbe79beb01ee01bd0fad28c7b 1.26 MB 2,215 54
666,140 666,140 0000000000000000000249ad7cb8b1f387691985d501c76e6e65946e77f6cff8 1.34 MB 2,070 71
666,139 666,139 0000000000000000000157813d621a8a169896fd96e7021f9eb38cd5e8a32988 1.33 MB 1,892 32
666,138 666,138 000000000000000000012f7b07fcdc662f806f8d1fe3023d9da8beaf35fbe103 1.23 MB 1,173 26
666,137 666,137 00000000000000000007224f798a49603d61bca2ae52fbe6af17c1f0c7e4de65 1.28 MB 1,951 56
666,136 666,136 0000000000000000000489401a67eb10845f58638f1d25170008fbec11554ba8 1.14 MB 2,726 59
666,135 666,135 00000000000000000007d2029b72b615db66e7118b8197ccd823a2ba914a7b38 1.26 MB 1,973 55
666,134 666,134 000000000000000000052ec4ac544000a780b284550bc7bd355c5d1f015458cb 1.41 MB 2,771 136
666,133 666,133 0000000000000000000713292d9ec4eb5165b1eea7832e5197b72564f5b8fe6b 1.37 MB 1,967 50
666,132 666,132 00000000000000000007a9fc692400d159596843181414d23a400fbfa3aa72b6 1.32 MB 1,958 69
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.