Memory Pool Memory Pool Refreshing

3,700 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,539 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (609,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,900 297,900 0000000000000000388fba264cf24a50c98e6f123d2136819b5a48cbe01dc1e8 0.20 MB 445 32
297,899 297,899 000000000000000012f92ebeba849c18f4eea2862fc2bd004bded6e44004c975 0.15 MB 225 31
297,898 297,898 00000000000000005c46f3dde6cbd02e92f4658c3cb6eb63fdfb3e6db312011d 0.17 MB 352 33
297,897 297,897 00000000000000002bbc4fbfecbc55a27e19b50fa920cf89c7122c6f4cdcb010 0.05 MB 80 42
297,896 297,896 00000000000000004350aaa7a9f8674e960925fbff43d2689217d5cb7f449582 0.05 MB 64 6
297,895 297,895 0000000000000000560ac28fb7f7d73097d8245397e4bc62157c6369ad9aa483 0.03 MB 53 28
297,894 297,894 00000000000000000d221db0582ecb8606e4761ba564c753f98677a9ec15f167 0.08 MB 136 30
297,893 297,893 000000000000000032a597b24a3cde23ae98758ae1a106f1e519f20785f9d834 0.21 MB 456 36
297,892 297,892 000000000000000069db274bdd49f405249d95d7c08d935fe97a6bb1ededd3d4 0.08 MB 64 13
297,891 297,891 000000000000000099bcee8fd50e76efbe6cd777f3195e1042fd8acdd2b00f88 0.13 MB 208 29
297,890 297,890 00000000000000000062ba7347bd1b2736216f6f7659446e7f5c77324b74356c 0.19 MB 208 26
297,889 297,889 00000000000000008a1cecc88b2a6e54c022dc73de14089d5b09e9f050560e9a 0.08 MB 13 1
297,888 297,888 00000000000000000ab804eddd4e32de13fe4b70ffcc2f1eb4cdf8dd0c118185 0.14 MB 71 15
297,887 297,887 00000000000000000e4ad9923ca534f1664747729121dd6d6de2976207ed5653 0.05 MB 32 13
297,886 297,886 00000000000000007cc2fb7468ea5502d4d33d32abec6da0594211353416ad19 0.33 MB 562 30
297,885 297,885 00000000000000003fb97c96be368b620606a8015349248f21c67667ccdc547b 0.10 MB 190 32
297,884 297,884 00000000000000001b62b49258b7dc26ba2e7938b0577be3966007d367f23a37 0.35 MB 706 35
297,883 297,883 00000000000000005d0d6bf135a66c70c525376577e14becca9493170a7ae574 0.10 MB 34 4
297,882 297,882 00000000000000007a1e3b3f031bf4f8c1654a8dcf8e66e582e73a4128356f10 0.26 MB 398 29
297,881 297,881 00000000000000002c2b54fb0bd03e2c3c5b97e52bf022ab5f11d2df4df9cdbc 0.05 MB 48 11
297,880 297,880 00000000000000004e8cccb0ebe70350363277e2e9eec0fefe7328d01f60caa1 0.08 MB 64 12
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.27 GB sent, 93.11 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.