Memory Pool Memory Pool Refreshing

1,666 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,666 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (634,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,137 273,137 0000000000000005c85600c605013cc180fb6586b1ab66098f622ec76aca4b6a 0.16 MB 293 53
273,136 273,136 0000000000000001c60c2e96109c3e6481ada40468e4261aa371b662be5dcbd5 0.10 MB 267 52
273,135 273,135 0000000000000004d90fa8861eae78695407940b3f000200f13738e4d3d1cc02 0.30 MB 638 59
273,134 273,134 000000000000000375942e232755a99bd378586511b37cfa5d6bb7e8725faf69 0.13 MB 244 39
273,133 273,133 0000000000000003ee901bcc1642700b10edd53e1eee3bc8141327623b23790e 0.15 MB 304 44
273,132 273,132 0000000000000001d92d4b6f955d23ebc323cdbf96705ca21cd03f90a26d2991 0.34 MB 689 60
273,131 273,131 00000000000000039045dc63d713d9feee0d3c3458f5cb60afad3482ca2dca8e 0.27 MB 484 36
273,130 273,130 000000000000000090ee78c4352ea71f33dcc3a4566df1c72117088e1a372004 0.09 MB 174 40
273,129 273,129 00000000000000046346bea361510d5c60ba1029034b57e2cb863346a00c6717 0.24 MB 390 28
273,128 273,128 0000000000000003892c1b85ba2325278221b9c91e0193d5d008f994dbe18e54 0.25 MB 574 80
273,127 273,127 00000000000000058dcbebb061192a30524a794730898df5d1ab55e0065fe707 0.16 MB 81 15
273,126 273,126 0000000000000005f06db268b9c28e562d8a42e48bcd1e5805bba860557f5579 0.24 MB 148 17
273,125 273,125 0000000000000001a4de4af30f6e62d9309f3b6d6a1ba58af43090f7076de47f 0.25 MB 446 35
273,124 273,124 000000000000000182927604c67126f3aa8d6abb0ef4e696e284d54201038dc9 0.10 MB 256 130
273,123 273,123 000000000000000174b4ca15f6893f7cbd0538177fee80a63ed669f5fc70b230 0.50 MB 710 26
273,122 273,122 000000000000000533a9c82b6f573da86ff3cc265483aeb31a43d513dba60f00 0.25 MB 583 59
273,121 273,121 00000000000000057b277ff6fff695d422385bd377e65e17bd0c06f63944dc7e 0.50 MB 1,284 67
273,120 273,120 00000000000000040d4ce65bc6c0f46bab30fe24b609a35aa3fb2506db817e71 0.50 MB 1,258 84
273,119 273,119 00000000000000052f5153e7a5bdb990caa04298066085e08a4bdb8a8e482f6a 0.13 MB 288 52
273,118 273,118 000000000000000094fa9892f875068970753096ad182b875aae8bd7e0c96fee 0.18 MB 393 48
273,117 273,117 00000000000000051babf60c0642a24423c069522f97838eb086902faeac6730 0.14 MB 319 120
Previous 10 blocks ↓
Total Size: 769.39 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,644.44 GB sent, 94.92 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.