Memory Pool Memory Pool Refreshing

3,922 transactions
1.42 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
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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,769 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (34,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,893 872,893 0000000000000000000031705158873494166ae38deb78e28921c827db6d5dc4 1.49 MB 2,869 7
872,892 872,892 000000000000000000001f5461b3cf86d69b901df949c7748496ee2c517e6a99 1.74 MB 791 8
872,891 872,891 00000000000000000002884bd4cfb1df9ed727522c92ef2c95a2a60c6879d07a 1.71 MB 4,130 5
872,890 872,890 00000000000000000000734c33dcbcfb68dcc2720ada7fb5bf83571e21294a35 1.27 MB 422 6
872,889 872,889 00000000000000000002603e3bdd1dfd98d4b7536f84095067d0f5d4746a2539 1.23 MB 1,193 11
872,888 872,888 0000000000000000000297901cec5cec90c689d1fa5e657875e219c3819b7dfe 1.32 MB 1,653 17
872,887 872,887 000000000000000000011d2dafc95b1a5ca27be078867f71810b07f21ffdd80c 1.19 MB 903 10
872,886 872,886 000000000000000000016080e0ef13e96ef7e80729a908a296afa51798200640 1.36 MB 1,927 16
872,885 872,885 00000000000000000002756a816f8868bbb497c277a6bd3228d705fb7cbb3c47 1.32 MB 1,055 11
872,884 872,884 0000000000000000000038572b19277760cb5c3547dc391bc6f6b5f692ed2caa 1.17 MB 736 18
872,883 872,883 000000000000000000005cdf46b64c295ebee53c3ad67abba8daf2099d100eed 1.36 MB 1,886 15
872,882 872,882 0000000000000000000166a8115ec44cd7d7f9d20cf01e080f41e1c6b9f13035 1.60 MB 3,516 23
872,881 872,881 00000000000000000002415cf06eb8f3a461abf674cd31e63476fc80df9ded7a 1.92 MB 2,639 31
872,880 872,880 000000000000000000015277c4c6bff360ee08bab11a146390d7a92e5f1b3c9c 1.26 MB 1,144 9
872,879 872,879 0000000000000000000141bf9a17f77d5e896764a71814e0766f804127361589 1.32 MB 1,235 11
872,878 872,878 0000000000000000000020bc391127024e062f6af51c705c1b6e1e211b7c57ea 1.73 MB 3,023 17
872,877 872,877 0000000000000000000180328274e2b194d662d266770c1d1f1f1ebad3eb9d55 1.82 MB 2,431 41
872,876 872,876 0000000000000000000103f7f0efffcdeb83cd2ab10effeedbd8290d8f8fab3b 1.12 MB 755 9
872,875 872,875 000000000000000000029c6d9a31d2192b193f93ccb7d8dd3ff5c53b26a24eff 1.44 MB 1,593 7
872,874 872,874 000000000000000000003cedbaee2022cf54ce6bf8adfc3f7106c80a614107c0 1.15 MB 809 10
872,873 872,873 00000000000000000002b362b8b439c8d7f011fd61f042321795793fcc44f0e8 1.37 MB 896 11
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.71 GB sent, 92.68 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.