Memory Pool Memory Pool Refreshing

3,872 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,290 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,389 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (871,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,897 36,897 0000000055173e50d64942654bced4b8aa6617238aec9b9ca93ce95d9a9a012c 0.00 MB 1 0
36,896 36,896 00000000b73075c84aa784f678e4a8db00de1e98c21b774c8ab11e1740734b8e 0.00 MB 1 0
36,895 36,895 000000003ea68f0193a885383361eef020fa76bf4341ff842ffa721e479396a4 0.00 MB 1 0
36,894 36,894 000000007017b0c0021247bfbbed014c400537572b6bdc90cf2469727f306201 0.00 MB 1 0
36,893 36,893 000000008a37bae5f8cf8d1cf3b93f3b6ef172edbe0a2cf9a9e62c95ff230114 0.00 MB 1 0
36,892 36,892 000000009e2ab6bb4e5ab4fbcb51c8473e99190a6916e01b7ba381f9d779268a 0.00 MB 1 0
36,891 36,891 00000000998330ddfd935baaae3be7b337c2faf6f0cfde3ca674f70e98596b3f 0.00 MB 1 0
36,890 36,890 00000000452a7f43e605b419341aa460b9c113b1e9e2abaade4bce30efb4226e 0.00 MB 1 0
36,889 36,889 00000000b4875cfa6b0ab9328fa7f2ee17d72bb16ebb4b97fc9070669c292a3c 0.00 MB 1 0
36,888 36,888 000000005eb76fe790b39404297659f416fb97de458dc5798bff67b0faeb7929 0.00 MB 1 0
36,887 36,887 000000006219deb8fa932ce55188619f7b8d7433dd7ba709d99e21612c20257d 0.00 MB 1 0
36,886 36,886 000000009a106d7333a0a1ece78e877e3d7b13a91b49e82a2211a01f87466955 0.00 MB 1 0
36,885 36,885 000000000ecedcba4e4e940fc68cd600752548982d1bd7d714e43733e71da19b 0.00 MB 1 0
36,884 36,884 0000000030c4344352ddf0b4dca9a93fbb10b3e821f946198bc03abcc4173333 0.00 MB 1 0
36,883 36,883 00000000ad87ac17446f9af95c80767feb51c2bef0c93cc9f95a788984d82834 0.00 MB 1 0
36,882 36,882 0000000043a9a579f752096f66d1f213b6abd5e6e7d619aa36c288b9b3ffe5c4 0.00 MB 1 0
36,881 36,881 000000000f0b5b10fcb1c7491178f8b54e749ff8f6425a2f4025a80a39060ffc 0.00 MB 1 0
36,880 36,880 000000007f18932224c132a0dbe670f9da6011a9b567693a3bbfac62a9dbbd4f 0.00 MB 1 0
36,879 36,879 0000000030c2cb19efd6c20927d705e9d99e9bcdb94f461e74cd74b4c3ff83d0 0.00 MB 1 0
36,878 36,878 00000000bc6641fea0a5f96271b824e671ebdf6784cf6b64239b3aea25e62f02 0.00 MB 1 0
36,877 36,877 000000004af9b42247439dec3b02db50f234a1108403af5547958eea5c736d67 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.29 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.