Memory Pool Memory Pool Refreshing

1,831 transactions
21.20 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,321 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (899,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,388 8,388 00000000f5e97f5c8b8046930c5efdf7f85e9571eca087508c739ac196974846 0.00 MB 1 0
8,387 8,387 000000000c31c5502da4986ba32ad1958064a92f53b2b02d27f3d262e22e64d9 0.00 MB 1 0
8,386 8,386 00000000fbbbd10e3360054637a55889bb0ba3b7a966d6b3c4c4879c30fc6f48 0.00 MB 1 0
8,385 8,385 00000000a14f239cdc6a14fb064456fc7d6795201d7d3527909183540a19a530 0.00 MB 1 0
8,384 8,384 0000000055e1bfe86b760726149ede44d6e4e1557de44a5c3c01fa6a711834de 0.00 MB 1 0
8,383 8,383 0000000064fce990466181c0ea20c9b98a71a8a5b285a1b0ab8ca7bb185ee799 0.00 MB 1 0
8,382 8,382 00000000156ff65d1b35b88ad8539f0cc096fd4618750fa779142ecdbbcd2e15 0.00 MB 1 0
8,381 8,381 00000000ebc95fe8f770d81dfdc07a034fd6c1dabf35af9bed834fedaa5f065b 0.00 MB 1 0
8,380 8,380 000000007991c4351b6074eade162fcd39992d42ef527ebe0e03ff427e1e9e59 0.00 MB 1 0
8,379 8,379 000000000f89232e57a6392f67e38f465d41502b97d3fbc8f82fa5969472914c 0.00 MB 1 0
8,378 8,378 00000000cc78142e54229e5edbd14652b38462c85b9bfad7817564a777636424 0.00 MB 1 0
8,377 8,377 00000000e531b9fdf75dcba6ef7104c4e1659e8820ac46b3d6a530273b1535ee 0.00 MB 1 0
8,376 8,376 000000009c6ede99417e884dcebfe5a15dfae6bfabb8d8a2a25b3e38e242ef25 0.00 MB 1 0
8,375 8,375 00000000218f06574d0365ce488b661121df6b3777e1cd42213e6ed5a13136d2 0.00 MB 1 0
8,374 8,374 00000000b3b9813ca08c6e789420db15c3fd8751c56b27c0b3046d651a0bea0c 0.00 MB 1 0
8,373 8,373 000000002a9e31750bdef0772fdb2eb650d8e36231c2f6b4f62d80963bfe99d6 0.00 MB 1 0
8,372 8,372 000000003bef25ccaef6d6841f7a7f2e67817f212dca3e981dd0457c3c070fd3 0.00 MB 1 0
8,371 8,371 0000000087f4d4e4f161170d0b78e5ef6a9ec336b940ec6a14b2e1dfcdbbbb60 0.00 MB 1 0
8,370 8,370 00000000a23eb534ee04e5bc3ad1ad9118e83a50668830b5bd9f278e65a5898e 0.00 MB 1 0
8,369 8,369 00000000060b5a18ae89add85fe374150f8ffbf9d2022080505aefb5d4feadd2 0.00 MB 1 0
8,368 8,368 00000000748edc031f6bb63cb9c800551f818367604347e1c20c2da1128ac6fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.07 GB sent, 98.65 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.