Memory Pool Memory Pool Refreshing

5,998 transactions
2.28 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,258 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (812,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,441 95,441 0000000000000c57d8e606e5431f70054fb0993cd221c9afd947a710075cf346 0.00 MB 2 0
95,440 95,440 000000000000f91f3ee348de0a3640321e96a61f7293117e438ccfb6764bbc7b 0.00 MB 2 0
95,439 95,439 00000000000398e0e63f829022bc554fab52a101c2207ab7fbb530e5cd7dea3a 0.00 MB 1 0
95,438 95,438 0000000000016a02f97361ace24ade3d611e6c1d6a983efda255c4d3722b3dad 0.00 MB 1 0
95,437 95,437 00000000000229af45522795ef9c7b7a4ee8294bf09c33ed2f0f26cca25459c8 0.00 MB 3 0
95,436 95,436 000000000004eb757d0d03757713a585582f7f45ff53175546152c6808f0a453 0.00 MB 1 0
95,435 95,435 000000000006b4b53b47240b6a16f274c023f62d59a4ffbcb776c9f381f36d6f 0.00 MB 1 0
95,434 95,434 000000000001ba91891d2fb08e38e3d4b13eb63d818cf1f654ce02e4197e338e 0.00 MB 1 0
95,433 95,433 000000000001242cf534d979c01adc6b0cbb245db411968cddf6d3c515e7ca8a 0.00 MB 4 0
95,432 95,432 00000000000104b297636a5f7d9be89657651dbbb683561ca74ddf1f5d742a40 0.00 MB 3 0
95,431 95,431 0000000000042940cf2842b05a70322c0adf183d32aa30e29889d4f5e3e01455 0.00 MB 1 0
95,430 95,430 0000000000016e4f700be004b6cf452334c22a2b4b177df86cfbab6567b775fd 0.00 MB 1 0
95,429 95,429 000000000002c700c292e19ed119f63616cc119b6f768968dd1187da5f431bd9 0.00 MB 1 0
95,428 95,428 000000000005c14a5bf79ae5dca7b30fc4ccbf10afb71a8f81984f5e8af9cb4e 0.00 MB 1 0
95,427 95,427 00000000000069c0cd2c3ed74f04cdc43f00870f583d0d670e8d0c9f278ff481 0.00 MB 1 0
95,426 95,426 0000000000025422b2dc56aeed92cc2f14898359293a54565b2e1fda259b52ba 0.00 MB 1 0
95,425 95,425 000000000001281b196b949e72487a3b46bced5e5ba5d92061165db36c7a1b16 0.00 MB 2 0
95,424 95,424 0000000000071a7d9f4b12d419c88ba1e1c0aa408ead277ecd9480d243f7ae74 0.00 MB 1 0
95,423 95,423 0000000000040a6be36f9ac62db6f1226cd0219aec7f89d8ecc690b42b584c93 0.00 MB 3 0
95,422 95,422 000000000006674fec8e3458681442bfa0085b13cd5587d61a37bcba8d82424e 0.00 MB 1 0
95,421 95,421 0000000000001d98417f7f66ce9cbce7fa9fe6b55a6ba820c633a1cae52a8a91 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.38 GB sent, 98.32 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.