Memory Pool Memory Pool Refreshing

1,498 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,497 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (838,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,050 69,050 000000000160dd1cecd6dc698e6e6d39e2d27c0f12f753a8e42263f256aa37c0 0.00 MB 4 0
69,049 69,049 0000000000577bbca012133b8fce401af96be4edbf51c5caa83414daea3d859a 0.00 MB 4 0
69,048 69,048 0000000001000bb7caf449399294f8cb2deb8bac45adb8807adcc8f0c5ce6ea4 0.00 MB 4 0
69,047 69,047 0000000001357a6a1234a9fcb59bac750561eff87e814d6fd8156025d383c644 0.00 MB 4 0
69,046 69,046 00000000009a2fb662693c3ab5d741094fc0613fe5298dfbae9367df612bb773 0.00 MB 1 0
69,045 69,045 000000000052403a658c62f983da356a7679c8f397eedf2b38f1ab8876b68dae 0.00 MB 5 0
69,044 69,044 0000000000aa0ba4cecb75d76199c0653e2d01d81901019c9d277ceff825810d 0.00 MB 2 0
69,043 69,043 000000000126d517cf510a572d5e6fd625fb1c2c9d9e2b316fe9585cfaadaf7f 0.00 MB 5 0
69,042 69,042 00000000013e131c61f25f7a5592e9ac27acc1408dffcd47f95ffa3dcecb4487 0.00 MB 6 0
69,041 69,041 0000000000f2f34f8fc9ea4468c3000169eb2fd809252110f1e966ef2fc35c56 0.00 MB 3 0
69,040 69,040 0000000000b490a8fdc2c803d384c81ce4e5c12796ecdb601208be5423cb96a4 0.00 MB 1 0
69,039 69,039 0000000000a05a3fb99b8a9a296d5ad746d8a06d6c47def701ec51295d0fbdf7 0.00 MB 1 0
69,038 69,038 00000000002a31430d6340a1d91ff7bf49f33b641837f655d7006f87250bb157 0.00 MB 2 0
69,037 69,037 00000000002464940b913faebf9e2229e10fa582e0020a112454ee7ab2a2514f 0.00 MB 2 0
69,036 69,036 0000000000d5442efabd953a1474ab2b1770297ba50c35387eafa7c34aae5927 0.00 MB 5 0
69,035 69,035 00000000006f08e9bd11a767628b01efd6068085157feb52d302bc95bbfee666 0.00 MB 3 0
69,034 69,034 000000000034994683031a0deedd2c1147e02df53e1a9c7d6c3a15d85f0f58c0 0.00 MB 4 0
69,033 69,033 000000000117a9942615a2153a449c7d0e0021f037eaa10ae759da3bd38625f1 0.00 MB 5 0
69,032 69,032 000000000143812c8fa63c3cef7d0dc5b2e8ec87e6de7c2f3233cfcf604259a5 0.00 MB 2 0
69,031 69,031 0000000000e486b26abd3fe9281804264e625987fad499b11c203ebe955bac16 0.00 MB 2 0
69,030 69,030 0000000000d5c4a456d4f7d18d92534e5acbe99e46818cc8415b47ece3dcc16e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.