Memory Pool Memory Pool Refreshing

3,480 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (649,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,142 258,142 0000000000000018a2451262f4e44dea23cb4a2ad47d8631bfd2fc7ca2607108 0.15 MB 347 100
258,141 258,141 0000000000000018d52ab327010dc7df91c67ce62f629cc4f7d7533233d6ac61 0.04 MB 46 49
258,140 258,140 00000000000000050bad6c8e385bfed1b7737472e8defa1177df1d60279e2e3d 0.25 MB 196 84
258,139 258,139 000000000000000edc71012d642da2899b469971d4152e1a01c133b934cd765b 0.25 MB 352 133
258,138 258,138 0000000000000007c55b80a2351f5f000b938f497be3242701161b5a13287348 0.20 MB 436 93
258,137 258,137 000000000000000d153af0f4ed737a744f24b78d279afc7063be7a2e593cc99a 0.27 MB 326 67
258,136 258,136 000000000000002567b6ecd845e56b945c071b1703b279c107de42fe3db20b16 0.25 MB 574 94
258,135 258,135 0000000000000015e935ef616ad7df3983807d435585bdd27a76d44dc306a10a 0.25 MB 560 71
258,134 258,134 000000000000001da0fd1363de6e79dd7cf22cb886b70fa6ce60e859d83ca40e 0.25 MB 597 149
258,133 258,133 00000000000000040a9c912735e527f5f35c17296e9d30f9956287d20829c6fd 0.07 MB 145 123
258,132 258,132 00000000000000229666bd55f77ef9713543273e7f73ba72481f39b10e8efdb7 0.25 MB 579 97
258,131 258,131 0000000000000009d8bc02fde625bfc39271a192c48e8549e89da5646fd84444 0.08 MB 221 127
258,130 258,130 00000000000000121eee3ccf3bdb7c8e106e823ed5d050d23692057504829537 0.06 MB 141 119
258,129 258,129 00000000000000090f5f57c5855ae2b2a36c9268baa47cacc9ed0acd972a70af 0.02 MB 40 93
258,128 258,128 0000000000000013b9b609c0bb594a3a09ad78a4caed4978b705cd690a5f0750 0.16 MB 413 127
258,127 258,127 00000000000000018f66241c1b6ff6bda11e1863b49507be657b4d8a98dcd85a 0.12 MB 269 113
258,126 258,126 000000000000001ed3ebdfb7a6f7435020cd9ddd8c1358e9dbb68078c6d28822 0.19 MB 472 123
258,125 258,125 000000000000001ced89ed82f084124c9c66515e041f03e8568bcb4f71cbbc7e 0.19 MB 503 114
258,124 258,124 000000000000001d18ea1302d13ad87b7686d0083ec50d46b64f39d9a771da53 0.03 MB 77 65
258,123 258,123 00000000000000075803bcc7000d85f5d227104855e91efbe5410d38b1d871ce 0.02 MB 58 153
258,122 258,122 00000000000000130a2057c3860e275110cb179810f55fb07515bd3d86e9fdd5 0.14 MB 388 136
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.59 GB sent, 94.42 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.