Memory Pool Memory Pool Refreshing

240 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,037 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,036 (628,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,868 279,868 000000000000000163b234c576dfd3804fd3075d8333f1044d95355df46b36a1 0.02 MB 27 27
279,867 279,867 00000000000000004e8f59150c8a692350a4800ec65146c62f72b50282385877 0.04 MB 48 16
279,866 279,866 0000000000000000c454f3b32fdf4cd7635afa3dcc183ec70bc95633f585f156 0.02 MB 43 41
279,865 279,865 000000000000000277f3d837fedabf11f11871637cd08ea8a90ff2698f75af5b 0.10 MB 251 69
279,864 279,864 00000000000000014d0b7366bf4849acf2fc56b8dcfbc0bd0f98dda0e34291d4 0.00 MB 7 14
279,863 279,863 00000000000000018c0aa43930b9a391ca9436c7b558a775a625ad441f6adb3b 0.04 MB 94 38
279,862 279,862 000000000000000111ac9a63830a6176d5ff75b759a541489f43ea28738362a8 0.08 MB 129 49
279,861 279,861 0000000000000000339c66475e1aba448618be09cde1dbcf3cf26d49334735a8 0.06 MB 135 39
279,860 279,860 000000000000000265e589089c72627d8b59a4c78900696bd361aebb3c3b8121 0.07 MB 154 42
279,859 279,859 0000000000000000dc4164a0d0cf881b0378d880450a86fb11256229dff89da0 0.06 MB 107 43
279,858 279,858 0000000000000002cebcf97954c32a9b828f00c625ce209cc1527865b66b4b39 0.04 MB 67 43
279,857 279,857 00000000000000008500425f824f9741d022cfe386782276a1973cea0a96e3ca 0.01 MB 17 27
279,856 279,856 0000000000000000065e78febef383b238074def9243b9627faa295610d2939b 0.02 MB 40 36
279,855 279,855 000000000000000179c2d648036e4a493df9bd30180cba57169c691a5445047e 0.08 MB 141 29
279,854 279,854 0000000000000001c74b4f053bd5e7d7fd3624867feedd7c9444036436ab9271 0.05 MB 83 29
279,853 279,853 000000000000000156ed6fbdf24fe2373e9b57d68ab1fcc091b4ec7d44d53aa8 0.21 MB 145 7
279,852 279,852 000000000000000142bd2586b028e27bf2abcf854352c35c83976ad5e8fe7a07 0.25 MB 531 48
279,851 279,851 00000000000000004d75d80f6a56152f3a47d90fa95963873b54c227a5f2575e 0.10 MB 91 6
279,850 279,850 0000000000000000db5a91e62472f140a1b3e15487d400f4d017617669df4e98 0.04 MB 21 7
279,849 279,849 000000000000000238cf227fbad8c32bf1a414ec5202f7f82b68ecf0a3ab4dd9 0.10 MB 53 4
279,848 279,848 00000000000000000bf14ea5fc7e5217e29e75991addd882375590bff3881b9f 0.22 MB 494 40
Previous 10 blocks ↓
Total Size: 769.61 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,651.73 GB sent, 95.94 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.