Memory Pool Memory Pool Refreshing

701 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 691 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (9,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,967 897,967 00000000000000000001f68b77dbd61595d0038a98479125e0ad817fc28bedb4 1.61 MB 4,021 6
897,966 897,966 0000000000000000000190dc7ff4af5d9d9b1d86bf63a959a7a6bb5c9e07380d 1.65 MB 4,603 3
897,965 897,965 00000000000000000001e67b2402fcffa174515c12ac89d2879786973f3eb9f0 1.64 MB 3,611 4
897,964 897,964 000000000000000000017d3627c353d62ffed324895c19e746a65e433a218871 1.65 MB 3,375 2
897,963 897,963 00000000000000000000472539a869d61b136e2d371eed65d2680b77264186fd 1.77 MB 2,592 1
897,962 897,962 0000000000000000000119be1bdfb87c042cefbfc852ce89a0a6c8234d5c9265 1.43 MB 4,240 2
897,961 897,961 0000000000000000000138e95e89bb62496354417d220a8d066134d09063f6a5 1.49 MB 3,813 1
897,960 897,960 000000000000000000004bb12e68b74f394e19406cd8c68b52c2428de1e6cb56 1.49 MB 4,130 2
897,959 897,959 000000000000000000015cc94a83dce701452a3f26b3462a9488fe6dc8044f62 1.56 MB 4,636 3
897,958 897,958 00000000000000000001325de7af73cbebd8f0bf89f60af876023b926cd46a25 1.59 MB 2,710 2
897,957 897,957 000000000000000000017f2155824a1d6adc73a220b39f969dfb0d3b6ea862f6 1.91 MB 1,728 1
897,956 897,956 000000000000000000003476a3dc4a964febb81ea29aa525a5dcf583b9d4d745 1.71 MB 3,359 4
897,955 897,955 000000000000000000022774ba171ca28f157da896108e863106f2697a414646 1.69 MB 3,624 2
897,954 897,954 000000000000000000016ef8a11200ef108c7f075c26a1fd14d31c7d1ee6fed2 1.61 MB 3,075 4
897,953 897,953 00000000000000000001fe9fb49aa897938331f79fd66bfa9be076f141a8ea98 1.54 MB 4,863 2
897,952 897,952 00000000000000000001eeadf5be76f645e8deb601ff4ffa3f3d3854f1e092f1 3.83 MB 384 1
897,951 897,951 00000000000000000000df08cb5a7083032de8e3e3c8ec720083bb714dd2e07f 3.23 MB 1,636 1
897,950 897,950 00000000000000000000f0cc6fa686eee08a6e3d1b175911638e02a6cba7f3f6 3.17 MB 1,769 1
897,949 897,949 0000000000000000000144ddc67aca3fd32acfd09602af62f8c9c2209e7521da 2.52 MB 2,550 1
897,948 897,948 00000000000000000001bfcf47e8fdf0b57521500d8f138fc8f397ada4913e8a 1.64 MB 3,749 2
897,947 897,947 0000000000000000000224456d2cbce1ed19a64f427f8a60439cf425e7310fb2 3.93 MB 164 1
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.