Memory Pool Memory Pool Refreshing

1,701 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
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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (134,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,207 773,207 00000000000000000000a54195300b6a6ca95fce073476e4c2394eb79d4e09b7 1.51 MB 2,483 9
773,206 773,206 00000000000000000007614c558511921f9cd8e50235dd969b3c6b851d368cb8 1.33 MB 1,728 12
773,205 773,205 00000000000000000006cd2a6387acf475f66f1268791b7392d2e54c875e7e4c 0.75 MB 1,408 10
773,204 773,204 000000000000000000016bd787cab8eb4aab474aa4160113e440f6f25ba409ab 1.31 MB 2,466 10
773,203 773,203 00000000000000000002a7d058ae7bb19fee47a84cfe72420333e138d1bb84d8 0.05 MB 123 10
773,202 773,202 000000000000000000062711988c6e251b46c300e2a256bd1442825b9dae2e6f 0.64 MB 1,314 11
773,201 773,201 00000000000000000002fbc00258d9e622ad5a570dd3a986ea79cc86122b7817 1.62 MB 543 2
773,200 773,200 00000000000000000003f6c9090c3e628c0588b68d1d9e10017abe9326591958 1.78 MB 1,547 3
773,199 773,199 0000000000000000000361a25c4198fe21bc685c7a5a161fcc5544b8706289bc 1.62 MB 2,520 9
773,198 773,198 000000000000000000051f48c82b20e62577679c810fdcd88cb02968156d2ae1 1.32 MB 1,951 9
773,197 773,197 00000000000000000001734187fe072082924d8812a65b56ed6f039e74d2e0b9 1.41 MB 3,010 20
773,196 773,196 00000000000000000001c29628ea22af8e49a15f0ab3690c9c68cb254b9502c4 1.29 MB 2,062 11
773,195 773,195 0000000000000000000490b186722d6d8fa93823038e231f1f6adebd1c0c4069 0.20 MB 383 13
773,194 773,194 0000000000000000000760be9129dbb355cd9f396f672b441c70b579ad828229 0.78 MB 785 9
773,193 773,193 000000000000000000064e754cfcc6fc26e37929b3c37ca6b7a335d824e5d817 1.52 MB 1,752 8
773,192 773,192 00000000000000000001cb41b17960f7965854b04fc0ac831795a366d3100266 0.90 MB 1,394 11
773,191 773,191 000000000000000000033212019cbf8ed9a29d68af5e0bfc8c6af306b8d690a5 0.19 MB 124 9
773,190 773,190 00000000000000000000c34b19300274e7739a4f3b8344debc5393adf51f6e16 1.39 MB 1,223 8
773,189 773,189 00000000000000000000ba17f5bb5a331facba93f50db7a977334324840c6098 1.47 MB 2,220 10
773,188 773,188 000000000000000000070afac1d5fd6fc329a24db8e85c1c6de1abaf0016e939 0.78 MB 828 9
773,187 773,187 00000000000000000007793d10c66adf9ab801daf9680c3a0dc13898dae6158e 0.30 MB 458 10
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.