Memory Pool Memory Pool Refreshing

19,138 transactions
6.10 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,244 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (592,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,133 315,133 00000000000000002b77f20f0c00d7b46441ad4a3a2e051e7081b8ab42996bfb 0.10 MB 194 29
315,132 315,132 00000000000000000e56224cfc7c83444d3a5cdb03200efc23298f743ebe645b 0.21 MB 441 34
315,131 315,131 000000000000000007bdd2f8554141861722000fdf89d1ca9dc891aca9ec3e80 0.36 MB 555 22
315,130 315,130 000000000000000021c8bf2dae534cc7431cb334ea1e38d3d00f30e900619f47 0.33 MB 534 22
315,129 315,129 0000000000000000138ab3d1448e13b0b334502bcc001e0a82f17d0a3b5cd48c 0.25 MB 377 23
315,128 315,128 00000000000000000cc4e034234d49073818e7f6910549269036b1e6d8e8d026 0.37 MB 376 21
315,127 315,127 0000000000000000254aef5775fb6cc4fd44e086ea569b7c1fb12e10475bbc57 0.75 MB 1,243 29
315,126 315,126 00000000000000001468ea320fa82631e464f4b15969b45525e31d4df181ceec 0.07 MB 114 18
315,125 315,125 00000000000000001c89787d901cbb97daf447acc79aa5e5d0df78b41c3ebea5 0.45 MB 936 28
315,124 315,124 0000000000000000051a5274343e142fb49784f4741fb2a5d6aa61d162a23907 0.16 MB 250 22
315,123 315,123 00000000000000001632f406cee82c2f2fbb548fee76d36400be4d0d8e59262c 0.07 MB 124 18
315,122 315,122 00000000000000002c84ea359b87e587acd0d619fb68b2954642e0bc0c6bfe9e 0.50 MB 962 30
315,121 315,121 000000000000000010fe5003a6e2dd6fa9fbfa664c68c013ae7f25bbd4b07c40 0.10 MB 194 27
315,120 315,120 00000000000000001587d984002f3428318d702c20d507cdd8cc5d42bbe90f13 0.02 MB 38 23
315,119 315,119 0000000000000000201689edecb06b4842ec47d9c6aba54e241a4a02b83b0941 0.25 MB 475 25
315,118 315,118 000000000000000026446a14cbc0cc837b56edb690fadd064c61b00dce9e8a0a 0.46 MB 886 27
315,117 315,117 0000000000000000319c76032cbe828bff349e57ef288df52a6caeedd7730050 0.75 MB 1,307 31
315,116 315,116 000000000000000008ec29f7ad99f5ee1802da2af152332569dc69bea675fc6c 0.74 MB 1,540 30
315,115 315,115 0000000000000000175cbe1780cf7ebac89ee7a4e8b081529cd9f125f18398b1 0.15 MB 335 32
315,114 315,114 0000000000000000194d8d0a94f17c1e4c97a76d3b18ebeb50eafbfd5079e517 0.10 MB 186 22
315,113 315,113 000000000000000027539c4099da7c3da2d74ec4600dbab43a512fe79a4b4046 0.22 MB 422 31
Previous 10 blocks ↓
Total Size: 769.02 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,624.45 GB sent, 92.99 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.