Memory Pool Memory Pool Refreshing

742 transactions
18.34 vMB
Show Random Selection Loading Transactions
Max Size: 73/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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (862,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,899 45,899 00000000192b83b8a9245acbb7ca0791405abeeda0a1c50410073161e85cba2d 0.00 MB 1 0
45,898 45,898 0000000025aff8eb268d812a8f8685b1263c970d7b3b1c3f18d5ada8803384f5 0.00 MB 1 0
45,897 45,897 0000000031291baed8457a54f2c761a94d2fba05951e27c17bf87b38574b220f 0.00 MB 1 0
45,896 45,896 0000000009610b70538b30c48f2cbe5cc13cadfb1427a9720417d4e02a8b7fcc 0.00 MB 1 0
45,895 45,895 0000000033b78301e6c171fc89d4e10506ad7b660f4e4c8861bda8c11740eef3 0.00 MB 2 0
45,894 45,894 000000002853b152780518b56e273b542ad72c2e6e430dbe6aa4340ad16387d6 0.00 MB 1 0
45,893 45,893 0000000019ff2e9532d5c46789096ec652ac4df5e50ac7b61f393ec634f5dc23 0.00 MB 1 0
45,892 45,892 0000000017a83dfbc59229844bf1358873c657981c83f2c3e23cae087b9e5ce1 0.00 MB 1 0
45,891 45,891 00000000135f8b3aee0fde71bf96385b01501cd862e08378456bb53fedc238fb 0.00 MB 1 0
45,890 45,890 00000000367dbb453117e57333f109b5aa8c32c441931f46a802842322eab184 0.00 MB 1 0
45,889 45,889 0000000026b01cad8bb75ae621f0ae5dcdb4b3c3678ead06b9e2de2b2a5e6c7c 0.00 MB 1 0
45,888 45,888 00000000032550ddc80664eb92b6a93414a5aab3986ecf3a53094f66e1dfbc09 0.00 MB 1 0
45,887 45,887 000000003049d170d9504f7f2fc6a8e0f2c422a226a8b2b142956d196fcf96ca 0.00 MB 1 0
45,886 45,886 000000001105f93bf7c27f0aaa4669f33272f9213033c40b5a8d26f0d2f5a97f 0.00 MB 1 0
45,885 45,885 00000000003151635deea51125c3f82616f5977c4c13e62162c9a8be98f12cfa 0.00 MB 1 0
45,884 45,884 00000000065ef763ebba4b758fbe21df3a8b65a44d08478baf85e63d0fb18a2c 0.00 MB 2 0
45,883 45,883 000000002aee2c0f5db833483ee5f0f30e6705639f7e61f50670e5688cc666f2 0.00 MB 1 0
45,882 45,882 0000000018dff4991d00eb39bf9fb7577ec454408dccb6249ba6b8f6f379fa97 0.00 MB 1 0
45,881 45,881 0000000033ca3b80dd3fd481201b93f2a523ee6b3c34e6812a705e7bf41999e9 0.00 MB 1 0
45,880 45,880 0000000027a2f0c37b4cabd0364ec62484f82fc7454b968c928a257301e5dc9b 0.00 MB 1 0
45,879 45,879 0000000006e17b9249db887cd89ba4bc847b18d9fe39f9f0d3ae3dd58357d256 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.32 GB sent, 98.53 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.