Memory Pool Memory Pool Refreshing

1,529 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (729,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,844 178,844 00000000000002e7cd7e492316dc26a439a85e0c06dc73ea946e78e253a7e530 0.15 MB 255 104
178,843 178,843 00000000000005a96c848547a4d306e9e24a0d9128263d34025d8fcc36765507 0.25 MB 132 69
178,842 178,842 00000000000006af81d91fa93ac9b7c46a374c6fc06fa53913b7366e2b1e269a 0.25 MB 37 64
178,841 178,841 00000000000009732c2de8fe57f997d20d770d26d46e3322b221cdc20691fdae 0.01 MB 44 257
178,840 178,840 00000000000006503170ef2f228f4ee966f0073a59815bff10d84d425537f214 0.05 MB 85 72
178,839 178,839 000000000000032079ed9061058efd3a1dc8a328f45fe8294ecb897d4652c76f 0.02 MB 64 72
178,838 178,838 000000000000062e297f86e63212307b98c378a2594d2d144811c14678760c9e 0.09 MB 166 152
178,837 178,837 000000000000006f6f19a753f11b676f6dc1c370aeea5ccb219b896815a4d0de 0.03 MB 48 112
178,836 178,836 000000000000098862ebef566bee72eea2148db3f9202314d0fd5200fb0b7e42 0.00 MB 10 27
178,835 178,835 00000000000008e8bc7606104deb90076cda44ecc8d056f390651d06ae79f89b 0.03 MB 83 46
178,834 178,834 00000000000003375b42d0b86abca40b7ae1a8d860fa0efd9f79f3e61c5a70ec 0.07 MB 139 142
178,833 178,833 000000000000026539193d2d2853dc25859c6e4f67c180d81cdbeaa2bf18ce90 0.02 MB 48 82
178,832 178,832 0000000000000207d53b4046f0781986b7387c7ec3e70821547418a01af1d172 0.00 MB 9 17
178,831 178,831 000000000000006ec75b52ec7b76c32344bb9f586d28d8ac9cd3f24b797bd782 0.03 MB 68 101
178,830 178,830 00000000000003bd142e8b3cf9f505d0f0f015c304f229762d7070fc3751b80c 0.02 MB 16 32
178,829 178,829 00000000000004bd348fc742c86897ab7c3fa1d534dfe44d523d9d28b27cec8b 0.05 MB 48 79
178,828 178,828 0000000000000445d7f7e481d96dd566d578f7a64fbb14eade04351d4e02570f 0.01 MB 21 120
178,827 178,827 0000000000000338b0be264b0bbc6b4fdbc1e39e23b4726c6e11cdac76e39047 0.03 MB 92 54
178,826 178,826 000000000000065b8be5b6ce5960ac82d6595557689f63e94242adcc3180e733 0.03 MB 88 63
178,825 178,825 0000000000000542cb434dea6d52e5dc7b0802b42168d15b5262c47bf8750ebb 0.03 MB 65 209
178,824 178,824 00000000000004a00ed56a0eed6e11c488068208a9db107c97f9f262d2b80dec 0.01 MB 16 70
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.51 GB sent, 94.31 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.