Memory Pool Memory Pool Refreshing

3,055 transactions
4.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,362 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,684 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,361 (853,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,907 54,907 00000000134f8807523f9a478908fda63609a1bab6f4144ec312abe10ded00a5 0.00 MB 1 0
54,906 54,906 00000000104f33d18552ede2cfc4eafb51445bdef27059ff253bffef49847233 0.00 MB 1 0
54,905 54,905 000000000f320f04a098aabfbf5c38ef8dbcd31fe33b592cec78be9caf369e8a 0.00 MB 1 0
54,904 54,904 000000000f2208dd139cc9753e860c77746acb45b4081501e1092615981c0853 0.00 MB 1 0
54,903 54,903 00000000020b89e0b52a5ad22be9bcc84dc5811e7b587d9d2ea01c3d20b66713 0.00 MB 1 0
54,902 54,902 0000000010e9340956562ae3980fd85f1fb520e09cca022a7441d9091ef1a72b 0.00 MB 1 0
54,901 54,901 000000000d9c13b983a62b17edd00e17f1568a0ed43d8be6c8b2e1a43e943f93 0.00 MB 2 0
54,900 54,900 00000000137a5be37356d166e1ebf71335c5544bbff51efde51279db0ab6deda 0.00 MB 1 0
54,899 54,899 0000000004f45a35896557a298c653a86d3e902498c19c91e249df916d2bbd2a 0.00 MB 1 0
54,898 54,898 000000000e0f84eb0f6b46b1632caacf13f0475e16f5b612ae20c6e8e1142c6f 0.00 MB 1 0
54,897 54,897 0000000007f58d88a61f169a7b032a667276f73c6fb2399edd0f30f59146de15 0.00 MB 1 0
54,896 54,896 000000000e10f660f8321a6c88f0e5cba235e5b39491626771f9ae5a3c0c6ddf 0.00 MB 1 0
54,895 54,895 0000000003d44f24e0793bc1c6cd1b633b49c6e5b6ad5ed9b05182ee0456c3f3 0.00 MB 1 0
54,894 54,894 000000000511aa9dda502aeb6f6ba387c161077d4cff9f9ee13aad0b62fd1bd9 0.00 MB 2 0
54,893 54,893 00000000047576c26c39569c35f606eaa80066f1e30d03cf4505961fc0011874 0.00 MB 1 0
54,892 54,892 000000000153c98ed2bd77e3840e6349915f18e55c1149585c76b97d5e1056a0 0.00 MB 1 0
54,891 54,891 00000000066da58e3e01402f80a36361eb005881617918cc486f356b93ff040f 0.00 MB 1 0
54,890 54,890 000000000ff1b5cb59716fa9db13a888dc204222094c4c110907b688d47a8181 0.00 MB 1 0
54,889 54,889 00000000049920285f3065c5c5e1905204068f266916ff39cefcc78c8149b495 0.00 MB 2 0
54,888 54,888 000000001164927697f1f44eef50605ac7cf5289715c2f1fe617128c15478031 0.00 MB 2 0
54,887 54,887 000000000c60156fd68490681c9e58e855283621eb8614dbdb99a6cb81b5778e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.35 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,703.05 GB sent, 98.94 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.