Memory Pool Memory Pool Refreshing

1,144 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,125 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (295,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
611,783 611,783 0000000000000000000098228a72dbc34b5a13b1dd71040c5a8aeb4ec61b51b7 1.10 MB 2,833 7
611,782 611,782 0000000000000000000efd461a069573ea45146cc9cf2b90510b40101796f167 1.27 MB 2,998 14
611,781 611,781 000000000000000000141e533f0697d9ba217f345438dddf63988d8ffe34663e 0.00 MB 1 0
611,780 611,780 00000000000000000002949625f202bd75b1baf06954d1eb06f2b2b4e6404026 1.35 MB 2,219 12
611,779 611,779 0000000000000000000359a5f90dc61a8a9da2d90a6e1d6daf894c718f3b2663 1.38 MB 3,480 22
611,778 611,778 0000000000000000000077a5749fa8ee55b7d5f75ac7c1ef740b21c0b22967ae 1.53 MB 2,706 16
611,777 611,777 00000000000000000003caa7deda27e0361b2fc1575c832014a970493b035bc7 1.28 MB 2,919 31
611,776 611,776 0000000000000000000232dc05b887262e489d82c46c7c86f02c567fb322de57 1.31 MB 3,422 32
611,775 611,775 0000000000000000001033db80de3d0d8b7aee9f7b4f0be40430a3d73b384a71 1.35 MB 3,212 16
611,774 611,774 0000000000000000001043f10000b03117f1569ea0eebcc2b378b27fc338f7de 1.24 MB 2,563 37
611,773 611,773 00000000000000000005d48d5b112e84b8811a81c2fca2891f8482de1e6cf3d2 0.01 MB 24 16
611,772 611,772 000000000000000000055744404e5c1def49d32960816b235e84c79daef971df 0.47 MB 1,238 14
611,771 611,771 00000000000000000009125a0f17ee35320962d581daeba6bbff4fe29162307e 1.35 MB 2,637 18
611,770 611,770 00000000000000000002dfb22977608f1f70bff6c1cf59789c90328704175a12 1.03 MB 1,465 2
611,769 611,769 00000000000000000000639863359cb086b09ab547b41b02cc551e4a7ef0210a 1.34 MB 1,744 4
611,768 611,768 0000000000000000000eb95a48ae3f6a82cb715385bada077690489ce21ff40a 1.25 MB 2,328 6
611,767 611,767 0000000000000000000cb3ec9a2e19ef1a90ef8e2f26b098d853dc364d1ab77b 1.39 MB 3,098 17
611,766 611,766 00000000000000000008d6561e8622a254f2f6fd861913a0c45b8352a08b0044 1.58 MB 2,526 18
611,765 611,765 00000000000000000011c4e8e10711eccce73ef0772271928af9443c31f5e5dd 1.30 MB 2,387 37
611,764 611,764 00000000000000000005c776f4324cd3a0804a1d33c4bdbdf950386b2a49aa8e 0.00 MB 1 0
611,763 611,763 000000000000000000103a74765de3c28c7d847e71de6c1f2ce01cb744cae0f6 1.21 MB 2,257 9
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.