Memory Pool Memory Pool Refreshing

6,136 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (178,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
729,411 729,411 000000000000000000034eaac138d6a4472cf5ef0080d26fceb73d03f2cc99bf 1.47 MB 2,939 12
729,410 729,410 00000000000000000003a4ab93c83783974a86dc73d7e2499420c7eef132eaea 0.08 MB 219 8
729,409 729,409 00000000000000000002579f72f3f80f68b02767c44024d697826af787776b58 0.42 MB 565 6
729,408 729,408 000000000000000000007ee33acfbaa658c2d3c2c217b89e0f515d01a2a273c3 0.32 MB 543 9
729,407 729,407 000000000000000000079bb18ad613a5b3bd49decb5d31497b8408076332aadf 1.68 MB 1,892 1
729,406 729,406 00000000000000000009485f1f4a1268c5e54849b38fa0778950ea2dd6ff3588 1.31 MB 1,367 2
729,405 729,405 00000000000000000008d2e7a6f9d4f960fdaa3b24f13e8ae511804e2ea955c1 1.54 MB 2,477 7
729,404 729,404 000000000000000000006737e1c9ee9ef0c89c04b57e46dfc5cba1aa805b7f00 1.47 MB 2,834 11
729,403 729,403 000000000000000000056ce376d73425d884a0f312c092ee0789ce785e01fe49 1.54 MB 2,879 10
729,402 729,402 000000000000000000020d07bf0d8c1d1dc6a6800174bc63fd4feb518f236f32 1.33 MB 1,356 6
729,401 729,401 00000000000000000009aa70960874a4d61f504d03f4053a7d84b1d68a030c1b 1.38 MB 1,760 8
729,400 729,400 00000000000000000006e34f167eaf49d923c41d3f9ddef51d33be059b2636d4 1.75 MB 1,840 17
729,399 729,399 0000000000000000000463f852d736e774ebd8f0b10b63fdeff279d93dcaed6a 1.74 MB 2,623 7
729,398 729,398 00000000000000000004dc97af5dc56fb7c9dea32d145f7f12ececa207cd2d28 1.46 MB 2,761 5
729,397 729,397 0000000000000000000625347c3068f2ccd08163fa2d957f5623815823b653dd 1.39 MB 2,444 8
729,396 729,396 00000000000000000003dd6976e227fc544c95959f55a47ef2726389cf16cd0a 1.54 MB 2,711 13
729,395 729,395 000000000000000000002e8626dc07fe8046b354501baee1c4ea06cb1f235697 1.94 MB 1,985 10
729,394 729,394 000000000000000000016ef0cc646965d7c7c23a6235f8e4209922ac7d7403a5 1.60 MB 2,813 20
729,393 729,393 0000000000000000000117700a589bb92d74530be5c0960ca92950c3109ce54a 1.82 MB 1,647 15
729,392 729,392 00000000000000000002940ba11e9494adec08ff5f112dfa49bb7523347f6225 1.51 MB 2,492 7
729,391 729,391 000000000000000000075f6a216cfecce4cd3968a2d71120e926349294a4fffd 1.90 MB 2,140 10
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.