Memory Pool Memory Pool Refreshing

5,006 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,739 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (86,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,904 820,904 00000000000000000002d3671cb74cca09febe1f2cd9cf5abf05da7d088d75d4 1.74 MB 3,379 58
820,903 820,903 00000000000000000000a9877d0fb26b5e215065a897991eba209c0561d7249e 1.75 MB 3,834 64
820,902 820,902 00000000000000000000cd5942cd46e2ad0726ec66fd41e3663add12aba3c8ae 1.75 MB 3,366 54
820,901 820,901 00000000000000000000647a4a63428a21a917e3d380b64c81665917403db62a 1.72 MB 4,668 70
820,900 820,900 00000000000000000003daae7156e46a18048284f9e502589f3b11b115de9240 1.62 MB 4,264 81
820,899 820,899 00000000000000000002a08d14440e8a56064850bb17aeddd9978ecf0f3b9b8f 1.61 MB 3,360 77
820,898 820,898 00000000000000000003c89fad36d372d206c96c0a8ccdaa3c3e0b179e0535d9 1.80 MB 4,665 87
820,897 820,897 000000000000000000017cf4f6cd81492a509f62fce7c11f272ec0e42dad7259 1.69 MB 3,693 82
820,896 820,896 000000000000000000009ca0a3734cb277e5fb66549069282da66ff771c078fa 1.64 MB 4,054 93
820,895 820,895 0000000000000000000097320b59949830e9f21c71691377280eb2adf79fbf98 1.64 MB 2,858 77
820,894 820,894 000000000000000000039dbfd9be0b4a413d5c119b00555c1086a1a66de476ec 1.64 MB 4,173 95
820,893 820,893 00000000000000000003098609927b304f0d36df21138b67ce8c38f7be630755 1.58 MB 4,331 114
820,892 820,892 000000000000000000019b81ea14902c0b0ac952a59b925b1e3bf45c0f5ab79a 1.65 MB 3,953 115
820,891 820,891 0000000000000000000302932cde374f4cc4daa6706c77bab7e1093f65e92b46 1.68 MB 4,322 81
820,890 820,890 000000000000000000011df86e7f4fd1d1faa1f685f2a928cd7cdfc953c348dd 1.60 MB 4,372 109
820,889 820,889 000000000000000000013cf06e7c9960fe5c379e9c7593a803650952a8b05b42 1.64 MB 4,033 108
820,888 820,888 00000000000000000000fbeb5d0fbd8227f0abcdc83c81466910c05cad43c26a 1.61 MB 4,397 128
820,887 820,887 0000000000000000000379d4a545abc6bee8e58a90510778e4a052cb9d0bf152 1.68 MB 4,387 98
820,886 820,886 00000000000000000000a243d67e44809c0ec74e186bdcc53d962c371c8e8c45 1.53 MB 2,994 76
820,885 820,885 000000000000000000040c473e0191638188220938b55a8f535317cc491b567f 1.73 MB 4,615 92
820,884 820,884 00000000000000000000c1a15f35f1c54c171cad32297710d06e94b9d35097bf 1.76 MB 3,075 105
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.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.