Memory Pool Memory Pool Refreshing

1,685 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,011 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (654,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,874 253,874 0000000000000044d051189dd07a5a3cfe2d3fba9480783bfb6e34c548400ff9 0.12 MB 255 124
253,873 253,873 0000000000000017ab24caa9730b1b0834f6c881a9f0631e426ac83756516dd9 0.04 MB 65 33
253,872 253,872 000000000000000e71c38dac6f08a67bee47fcb1914675f78c0ac1ab46465f82 0.05 MB 85 73
253,871 253,871 0000000000000051c7f3d7686903dbe42666f3a3ca724a8b5eb6b7459b14ca91 0.24 MB 589 133
253,870 253,870 000000000000001ddaa722d4371369ce8a9e6976d6f01d57843387ecee8ea767 0.25 MB 447 99
253,869 253,869 000000000000003f3b557b9a24a8808c2e1defb2d8f90aab65f72c4da47a2624 0.08 MB 207 157
253,868 253,868 000000000000001b40615eaa802eb288acb0c8cd658f00f9edcccc4e1822307e 0.31 MB 512 46
253,867 253,867 000000000000004ec715b821bb0a830b37ee4a8e8c8e77f3c3f39f883d10435a 0.01 MB 41 44
253,866 253,866 000000000000002f5497e734953d50833c10f8e715268a061e9f9397f3de6a25 0.21 MB 319 80
253,865 253,865 0000000000000033bc403c29890f68455c37e53123a06b7348f69c72c7712e29 0.09 MB 187 136
253,864 253,864 000000000000004bceba64842b685ffa3d012eec7545881312779de1f993fa0c 0.11 MB 243 112
253,863 253,863 00000000000000079675308ffb0c1034fd2bf619c5c319d8a9072fb249abd6cb 0.06 MB 63 55
253,862 253,862 0000000000000034e172a9de79d3ab55b47bcf4b682ce8ad911e0a0fac748753 0.09 MB 211 123
253,861 253,861 000000000000003a1845be06eda868e205850ea649688c9aa24b59abbe3106a5 0.05 MB 106 69
253,860 253,860 000000000000003b126c1a5a7e6bff1bb0108e931c8f6785fa05838493e023dc 0.12 MB 276 134
253,859 253,859 000000000000000913c30933f005e9dab0b74185a3d2bfd6f938a85f711ac927 0.21 MB 490 117
253,858 253,858 000000000000002e0513b8bb9fae753917ee2ab8054a4d30b58d20efbd973a65 0.01 MB 30 218
253,857 253,857 000000000000005113fd60bf4f9de5e9817d9be0d3fd0ce4df4861c5fdaa4571 0.01 MB 40 187
253,856 253,856 000000000000002ee400479a1e98986da59b2ad16b4c73ac3f950367d9c3273a 0.05 MB 130 95
253,855 253,855 0000000000000036100d0339b6197a50824e54ccb1ae05857a17364aa5c068c5 0.07 MB 63 55
253,854 253,854 00000000000000357501107ba8a144b1b4d815e2e008f3d6b00b04713d194069 0.04 MB 120 53
Previous 10 blocks ↓
Total Size: 769.57 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,649.49 GB sent, 95.77 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.