Memory Pool Memory Pool Refreshing

8,730 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,913 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (478,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
429,073 429,073 0000000000000000047c3d49f9836c9887a34eefdb146b9cc96cb761ede4642b 0.85 MB 2,159 62
429,072 429,072 00000000000000000367182a15802ea2836f2d71c834c5ffb492f65600d99bff 1.00 MB 2,404 63
429,071 429,071 000000000000000001d0a75c6a1cfc95898b022da0fc6e19b0a05d6609ce6d1a 1.00 MB 1,937 40
429,070 429,070 00000000000000000213c1f8b74e7722457dcac07d7013695507be15bf16cedc 1.00 MB 2,414 74
429,069 429,069 00000000000000000029c261710e9df0c8f578730b8b7e4717f50c7b1759cb0a 1.00 MB 2,584 70
429,068 429,068 000000000000000001aea7e7c53413a8765c7b1d1e6aefb925023d19dd992ed9 1.00 MB 2,188 60
429,067 429,067 0000000000000000046ae3d8f1f1ecdbcc233c2fc5b9b452a897b7eb1134d9a5 0.50 MB 638 41
429,066 429,066 000000000000000001c7559670129a5e10d86579d291fd71a3de495a17830508 0.75 MB 588 19
429,065 429,065 000000000000000004985ccc3d3c3a9ada06b73c064f080f6c736a976c17c47e 0.99 MB 1,493 41
429,064 429,064 000000000000000004453d90fc5f98d9aaf5a2f0853be3f9e6e5de2a1ea5b022 0.41 MB 956 61
429,063 429,063 0000000000000000025c03f14097d6accd378945e82698fc8f668975c0bb5188 0.12 MB 334 71
429,062 429,062 0000000000000000017a43cd41ed848feebb8bf14568933943c77bf5b4f9bf00 0.60 MB 1,437 62
429,061 429,061 000000000000000003e109809e0a5de44a10206abe839638ddae21d3db7b91fe 0.99 MB 1,423 38
429,060 429,060 000000000000000001d9c1c0cabbbf75083369f4d36b73066706cd8b18c0df40 0.39 MB 155 16
429,059 429,059 00000000000000000274d10f0c6cffaa530c2c4adcf9844c73c4a38469082f45 0.02 MB 62 81
429,058 429,058 000000000000000002df352a07b24eb9a9cb4fca8b6a7a654c3049e83bc12641 1.00 MB 292 5
429,057 429,057 0000000000000000017f1580b53f54162854822b9f2a7d102afa78fc864f8346 0.75 MB 2,067 63
429,056 429,056 0000000000000000049672f10135e46787589f67b8a724a4186e75724fde2302 0.08 MB 152 48
429,055 429,055 000000000000000002fec7956f59211955293d23effa10fb84affa7d5f6f6358 0.63 MB 1,430 49
429,054 429,054 0000000000000000016533d15ad9d7b3ef6b688f03b3bfe8b76cbe9ce5497f03 1.00 MB 2,260 66
429,053 429,053 0000000000000000017fc2e82b2439d26f92c66c119fabe2efeadc037ffaf352 0.35 MB 562 39
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.