Memory Pool Memory Pool Refreshing

3,884 transactions
1.32 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,376 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (526,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
381,204 381,204 000000000000000003ec0e07e4a904efcee894626591fc07d982345f3937a9c1 0.10 MB 221 24
381,203 381,203 00000000000000000a168cde10a86cb668945c84e9cdaeffddaf680041e82f83 0.00 MB 1 0
381,202 381,202 000000000000000008d117ba8c55799ddff5cc29833c6203ef4cb4542b33296c 0.63 MB 1,427 42
381,201 381,201 0000000000000000003f7d375a733833c232c989ef04ec287b599a80f6be520a 0.29 MB 450 27
381,200 381,200 000000000000000003c51f1c2e6e6abd953f52c013253977c899a8b6fea929a8 0.68 MB 1,497 41
381,199 381,199 000000000000000004c73f2f55d66a4a00050f5abc0863d79ffc7a765559e861 0.00 MB 1 0
381,198 381,198 000000000000000005a2815631d6f992a2c0a77212c19b0987033c477626c5fc 0.28 MB 200 9
381,197 381,197 0000000000000000031e45315acc0de39674fe685716bfc881827b68242d4732 1.00 MB 2,767 46
381,196 381,196 000000000000000001ab14fe23c7ccdcbdd6cc1eafc8a4e346db6c02b5d30a0c 0.18 MB 385 36
381,195 381,195 00000000000000000f22120393c9f93a1ad37c40f2b8ca86c17b01fe525fd37a 0.30 MB 552 35
381,194 381,194 000000000000000003329d0090edb935604150295418452bed10c57be1fefd0d 0.25 MB 323 17
381,193 381,193 00000000000000000e32b54c4fb37a6ebc6478f85fdc8996956b10dc2981b03d 0.10 MB 131 27
381,192 381,192 00000000000000000f19634ace18c942f186420565a0dcf1ec22e9d93e74defe 1.00 MB 2,064 40
381,191 381,191 000000000000000000c8a9e488d952322a94ebaa948ba9584b066894562d9dca 0.09 MB 167 19
381,190 381,190 000000000000000007fd9882ac44f30170ca258c4be894d413c0bb8bcb948e91 0.43 MB 836 35
381,189 381,189 00000000000000000a07750f73aa468a0725f16b7bef1913d699146e77d66bc3 0.25 MB 387 30
381,188 381,188 0000000000000000081a327a297ffe2026a7ce48875708032b23e0b203212cc1 0.27 MB 584 36
381,187 381,187 00000000000000000253da4ead4e1757526d2db1fcf9613b33122baa4e881c58 0.68 MB 1,234 36
381,186 381,186 000000000000000010a63c1dfc8e926c196575b38a811c89b3e60d192f867b7a 1.00 MB 904 11
381,185 381,185 00000000000000000f129646fb84bd023b1a56a2f433e9fed7a1df90f4c257fc 0.33 MB 370 23
381,184 381,184 00000000000000000e420b1ef52b4456c4a9e1941fd76676abacf97fa7c0ef0d 0.19 MB 403 38
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.