Memory Pool Memory Pool Refreshing

4,048 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (784,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,197 123,197 00000000000045a47cf425ae402126ea364bf2ca7e73709b49af327905bb6cdb 0.01 MB 29 512
123,196 123,196 00000000000022cdaa350d1463e9428b0dfb8e2821807df4b555d2a417097ac7 0.02 MB 16 135
123,195 123,195 0000000000006075f00feca5b88492c7aaf42eeed664083d26ef8330156d4ab0 0.00 MB 10 2,608
123,194 123,194 00000000000016f12a5e9b672919fac4b4bb7c2d1eb0050a6771834c2605aa1e 0.01 MB 25 0
123,193 123,193 000000000000405efd5ceb08ba18c6d634be1202fcbd6ee553cd49a98eacc6aa 0.01 MB 23 588
123,192 123,192 00000000000059ff4e8f8f67a6930138eb077af0d714bd5fb9e735876470457e 0.01 MB 6 333
123,191 123,191 0000000000000941236364bd20d2385ec0d082418b181d38ca07f493c3373720 0.00 MB 1 0
123,190 123,190 0000000000002390932a6a8716b521d8fc91a3e0b9811b1ae3f7c2f2aebce3cd 0.01 MB 33 115
123,189 123,189 0000000000006998eadf6b2ff21d4c1b0c7321527b10d094a7c99cb32699d48c 0.00 MB 8 0
123,188 123,188 0000000000003a96f2c69df9bd0cab88244cfd9042a029f9ecf7dd8bde989e3f 0.01 MB 11 408
123,187 123,187 00000000000006785fa779d551afd8c9703e9096e6af013009a4d1bb0402bd5f 0.00 MB 12 0
123,186 123,186 0000000000005e7e5720c80fe0fc7ce5cdbf4bd56a4d6cab81abf7108cc7c79b 0.01 MB 9 223
123,185 123,185 0000000000002a79365c309657346e764190159fcfe8ba3c6e3007051c210f98 0.00 MB 10 619
123,184 123,184 00000000000058429e5266f578bf037950bbd333b6eb74c03ec574039eb8f421 0.00 MB 10 0
123,183 123,183 0000000000005ab8020dd51b2beadb91a9c47d45a944ab7f929e789b2df2b351 0.01 MB 17 1,084
123,182 123,182 00000000000017cd0785d50976f08d3113cad88e32bfb343f2afe43ed683d2b6 0.00 MB 6 0
123,181 123,181 00000000000064743d1af5d33f094c0ab3f83daa9d953174549a3be465e03c44 0.03 MB 53 234
123,180 123,180 0000000000002eb67251662a23d13a925d72f4eb6b535039d70ec6604883435d 0.00 MB 3 554
123,179 123,179 0000000000003bdc6bce7bc81911424beb163659c713e715828e94e859974c2e 0.02 MB 39 306
123,178 123,178 00000000000056063f9e196ce6fe7df52bb550c8e42420b44849eeb8255ebabd 0.01 MB 28 2,251
123,177 123,177 000000000000038d853e118f63b89cd256b9fc5a88db600269910dd34029a837 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.