Memory Pool Memory Pool Refreshing

2,932 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (721,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,181 186,181 000000000000028f797ffdf383c8dd2b0fd060acaef94bc49a0cc60bed991e32 0.15 MB 307 125
186,180 186,180 000000000000058496677f986d4d41e8dc0df751bedcf36bcd2c36446559be25 0.18 MB 407 121
186,179 186,179 00000000000003cd7f7dd463e8f8a53f24753585f79cbf8444b59e520edee179 0.06 MB 169 102
186,178 186,178 000000000000024881a37b71a77c4d1be65700688f94958aeffd7117b22cdd2c 0.07 MB 115 163
186,177 186,177 00000000000007cf8d8f16d57394dabbb44ecb8327cbd2c17eb75b4ffc304f2f 0.05 MB 128 165
186,176 186,176 0000000000000051f45f178b4650e08e27276086d4801a182b101b5bae0eaee4 0.10 MB 228 109
186,175 186,175 000000000000018b1d7b388b8751c4c2f45b4a82ca794aaf9ef7447d51ba1309 0.01 MB 36 94
186,174 186,174 00000000000002c1032d361b8c638a0a37b84a5d5ca09d53ae5d4cf203768d91 0.08 MB 213 131
186,173 186,173 000000000000066c1c3fd98a80fd726ed12150bf287900eaaa73b8854916c97d 0.05 MB 120 242
186,172 186,172 00000000000007fb1de8e93767b4725ea4916000ef82b3b5aef622ca793f5abb 0.05 MB 124 128
186,171 186,171 00000000000007b6a12deda1914c96f45e6f2becd2ebf1d4314553836d5cac0c 0.00 MB 1 0
186,170 186,170 00000000000003ecb619ee555a6d081d87cf649b21f8447206e42344e98ed3c0 0.02 MB 46 99
186,169 186,169 0000000000000537471c5275266b6bd3e61f53a175b8f6b1af7c5b788891eae7 0.02 MB 35 93
186,168 186,168 00000000000000f3c68efdc405496c907c165edaaeca72fda2b2c6d1f5e11288 0.04 MB 106 127
186,167 186,167 0000000000000659eec03f6cd4214337167f1d5632bc4d3c70257adb75fbd924 0.14 MB 168 116
186,166 186,166 000000000000008c58bd9b864433ea3fb9c7a330e493227313d1146df05770b0 0.19 MB 509 131
186,165 186,165 000000000000090849765e9eb14f5d4640a069387cccdeef00bf55dc352ebe1c 0.07 MB 143 153
186,164 186,164 000000000000099da680f975cd1787e60b4ea2ad47d81659c93814dcf10347e7 0.04 MB 146 29
186,163 186,163 0000000000000055c20f00bf07a2b21dff374d0d987abb151c71d4c11f9084d5 0.03 MB 32 118
186,162 186,162 0000000000000117bcbccd8bc920f28055b1b75d42c93e7159b7713067f7053b 0.19 MB 463 130
186,161 186,161 00000000000007ff0285d7ace03963845bb1af7c9510b4b3db6d01fbb317151c 0.03 MB 64 106
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.