Memory Pool Memory Pool Refreshing

2,864 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,775 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (803,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,855 103,855 000000000001b87f88b500c6c68dff906d0ebc90aac622bd52506b3f425de673 0.00 MB 3 0
103,854 103,854 00000000000057180372829e408cb24380c5c42ef11ee68b0a354ad2c580dd95 0.00 MB 3 0
103,853 103,853 00000000000044347595f8fa546c2e94c60ac4b64ff74a50b49d5a2bf91f710f 0.00 MB 7 0
103,852 103,852 0000000000033246a6dba559c1b2d8992c313840d4aaa2d5acb558d916884ac8 0.01 MB 13 0
103,851 103,851 0000000000014380f5cd60e2bba2c1c3ae9d18319c355c5853fad8b62aaef739 0.01 MB 30 0
103,850 103,850 0000000000008d692b65614cfc477d30dc72b915f5af6586d00b017283c50ce0 0.01 MB 22 0
103,849 103,849 000000000002dbf09da05b3f065d64c9255bb93110c46f6f86c89bb6b8515c78 0.00 MB 6 0
103,848 103,848 000000000003554adb33a93380affd03c11f48fbb02f02216417ee9ec106cb8f 0.00 MB 9 0
103,847 103,847 000000000002829329851c5e6f7584608c44e8ff6a7b1ef0117cf0bb420917f4 0.00 MB 10 0
103,846 103,846 000000000001f2fa2d36acc684130826e6c375e632de0e7a26078208eb0fc73c 0.00 MB 7 0
103,845 103,845 0000000000017ad11a7a4006ece4cc5c8ea414ad6b7982a3354fe43152ed0bc6 0.01 MB 22 0
103,844 103,844 00000000000022f5474b3887cbff5f0bd4533da35ea03cb10ff3caa27adb8597 0.00 MB 4 0
103,843 103,843 0000000000037927d61592cc6d6d5ad5b825c0398be55a11f6adc693d9c9f1ed 0.00 MB 4 0
103,842 103,842 000000000000737711714fe6323bf4e162e4a6ec3a95fe93e9512876833e04fc 0.00 MB 8 0
103,841 103,841 0000000000006b0fd530e6804c86123ad22398643a3feda2e40bf0ed2c6be23c 0.00 MB 1 0
103,840 103,840 00000000000270cb2696a1ddea95e2bbbf433bb98165cc090aa124d973c594d9 0.00 MB 5 0
103,839 103,839 0000000000016fb0fbb6f694ba32cb1e43d0e65399c0978a3dbfeb1bbff06a5f 0.00 MB 4 0
103,838 103,838 000000000000f1212673a4b55b1796c9b41e8e69bf09044527a0c0f8eed5aa6b 0.00 MB 3 0
103,837 103,837 000000000001b7cf6165e60faf268139f25e5800d8dd8c5e3829612e4e270a7e 0.00 MB 1 0
103,836 103,836 000000000002f68de74aa9baf4c49eee3e11db9cc3fdd345afcbba5b747f2de3 0.00 MB 2 0
103,835 103,835 000000000002e20915db66e15a36452d26c1e73566aa612ffcde50874dfbf8d6 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.