Memory Pool Memory Pool Refreshing

6,512 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (599,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,224 308,224 000000000000000025f38830d3df55d8f67b34d8826a1fcbbd2ea3321a81ccb6 0.56 MB 940 25
308,223 308,223 0000000000000000469c62ca929471670ca5bb88f75d72c629499b23c6e345b2 0.11 MB 256 31
308,222 308,222 00000000000000001454e1db016d93ab282894399775735152873f5a9380dc85 0.37 MB 693 31
308,221 308,221 00000000000000002769af7047c02964df3614e354ea2aea71c29463aaa7fd05 0.14 MB 324 29
308,220 308,220 0000000000000000402bcc4455cf42833dccad007d993e1442030546c9cb02b5 0.31 MB 526 21
308,219 308,219 000000000000000007be320890b1bc41f70b96b63deb41231e2727df1fd6b68f 0.10 MB 256 49
308,218 308,218 00000000000000003f6065a19c43443e89ae7ea37dff11c84f4e4da7414b2fb7 0.16 MB 274 26
308,217 308,217 000000000000000005a85245a10622061bc77ae817694961eda326c74590d09c 0.35 MB 803 35
308,216 308,216 000000000000000014141acb95ea0d93037e0063f7dde39f211011ce300a9b6c 0.20 MB 457 31
308,215 308,215 0000000000000000383e828d39c3d96711ce8f8b41eb653c5157486e496e46f2 0.41 MB 781 28
308,214 308,214 00000000000000002e0448d24d545f2e328b789a7a30fc7e427a64cf17815e3f 0.04 MB 128 44
308,213 308,213 00000000000000004af8202d6007f33dbeee78d7d913e16c7593e96fb6aa6de8 0.02 MB 48 18
308,212 308,212 0000000000000000379f7852c57a907e32e0e6a17b5a76fb219003d92fda01d0 0.57 MB 925 29
308,211 308,211 000000000000000048ff6910584bc28c3adbe8414fffb46a4e67724d0ea3bd90 0.06 MB 134 26
308,210 308,210 000000000000000006632328482e6c764e5769b402bc418037b9e130decc5636 0.19 MB 295 23
308,209 308,209 00000000000000002320b2998db92750c9de6e7516a5ce667f9743ba96de2fef 0.44 MB 707 26
308,208 308,208 00000000000000004216b04221156d57b5a51b3774d53a1fe6276969f69b78bb 0.14 MB 311 28
308,207 308,207 000000000000000009200ce82f0c3e03a8961883b97f54932e28862ba49a0f6a 0.39 MB 632 28
308,206 308,206 00000000000000004ed4909118261840cc487f8d6dc1652e8bef807a24828c82 0.61 MB 932 24
308,205 308,205 00000000000000003bcf7f1d81346d3d34c8bdbe22606b9a411993733777d62b 0.27 MB 335 21
308,204 308,204 0000000000000000036f9c523487e46e634543246bdde9fc6dd977a8a6f2f594 0.17 MB 351 32
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.