Memory Pool Memory Pool Refreshing

3,656 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (274,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
632,947 632,947 00000000000000000002c7566b842032d775d695c115f88c4fe88e5bb6ec599c 1.78 MB 377 11
632,946 632,946 0000000000000000000a8e0defdcb0ff32ff04ccd9804a70cdf62ae8f05ddc27 1.62 MB 1,137 17
632,945 632,945 0000000000000000000686f35788999bfdf4bb5508edc4fe626ce7f36be871ff 1.38 MB 1,455 9
632,944 632,944 000000000000000000128bda705d9157d16b7d47859ceec03d7123251c0f23b3 1.20 MB 2,102 39
632,943 632,943 00000000000000000005d0025b54e012e605274b46792b44c98b011fbfeaa9bc 1.31 MB 1,489 9
632,942 632,942 00000000000000000005c9eda121ae178dc23b98af322dee8a91b1c29e77a611 1.06 MB 1,794 9
632,941 632,941 0000000000000000000fcfc775954a8c24176831a6ae2548eb5af2fd2c546573 1.21 MB 2,527 28
632,940 632,940 0000000000000000000e18de2a9caf03d9368c83ee2718eec5e37881327e16b6 1.26 MB 3,284 51
632,939 632,939 0000000000000000000296a9719e7c9dd1c840117b2e4da798f02c06231d2c83 1.37 MB 1,950 36
632,938 632,938 000000000000000000084ccc1fc4bdeca9e552f898b8bd7938fb5b323d4298ae 1.14 MB 1,564 39
632,937 632,937 00000000000000000004c9ffa6183fcbae6ac1fdaa33b2b1a693881316be0b9f 1.26 MB 2,354 49
632,936 632,936 00000000000000000006f0f62e86219a6db945e8a614d566d0a881860ec91e6e 1.34 MB 1,474 19
632,935 632,935 00000000000000000004d3b2f22a44526c6f5db8b806903e4eeccff7b289f867 1.25 MB 2,447 39
632,934 632,934 0000000000000000001089905ea9acea59d48f338583ca49796e16a22a396216 1.21 MB 2,922 41
632,933 632,933 00000000000000000008fffd24a0361adfda2b73e5184c4c0c8bbb2ceb277eba 1.42 MB 2,507 85
632,932 632,932 00000000000000000008b2f93dd9943ddb26dfb539f18c06308765066284e314 1.40 MB 2,587 83
632,931 632,931 0000000000000000000f7d8aa99806f1aa37f30a0142302a064b89964e571d7d 1.28 MB 2,071 70
632,930 632,930 00000000000000000003ca218fcb590008a31dc7f53a7f2fecbbca6cbe416e0c 1.32 MB 2,477 49
632,929 632,929 000000000000000000074fbf4e57f60de73f0b1ea3c83bfae1f79d4f0cd2846f 1.33 MB 2,006 46
632,928 632,928 0000000000000000000a7292ccf3210d10e809b41ebfebd0c1c3f7c0f230877d 1.21 MB 2,403 37
632,927 632,927 00000000000000000007fdfd4aa2a3a6b8858b02d09f0e1ac1ce69ffa94ea849 1.38 MB 2,508 55
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.