Memory Pool Memory Pool Refreshing

2,127 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,128 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (609,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
297,879 297,879 00000000000000001dead1b2e2967171d88cb7b4ce35f15f17e86cb50a8df09c 0.35 MB 618 40
297,878 297,878 000000000000000029c3e5b942c254b06f4f5d9cf106066372cbf4d51c76888d 0.08 MB 27 3
297,877 297,877 000000000000000083b4e56401f543d81db3a23b8ed7b3534450641774a616fc 0.15 MB 156 17
297,876 297,876 00000000000000006a3dc1973a36b4c804c0905cf2b838ccc2dee4d418331d95 0.19 MB 396 42
297,875 297,875 0000000000000000643c348328fd1692f3ebe5faeffeb0ba16feecfe451c7ecb 0.06 MB 33 3
297,874 297,874 00000000000000009a55c8222e277282b72284a8cf81cde3d83ef5894228f91d 0.46 MB 409 15
Previous 10 blocks ↓
Total Size: 769.06 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.82 GB sent, 93.17 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.