Memory Pool Memory Pool Refreshing

7,124 transactions
2.43 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,444 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (640,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,003 267,003 000000000000000022bac656cbef0184c79f154c50881e69a2a8bc459c1f92c5 0.02 MB 31 14
267,002 267,002 00000000000000088fbc9a7476eded60b96cebffd88006eb3ae09347f2b13ade 0.08 MB 230 146
267,001 267,001 00000000000000071e49cebfb22d82ba7bf543172289be28416fa449ead053d9 0.14 MB 277 52
267,000 267,000 0000000000000008e015f27b7bb1c624ccf3adab262878246dacd6de5050148d 0.24 MB 477 81
266,999 266,999 00000000000000007177fffd009f8f0de728e1476c0676618e6eaf99eb7678f8 0.24 MB 457 96
266,998 266,998 00000000000000020ea27517b0ae8da48b21bb8150c717e3a2334ed32bfc300e 0.00 MB 15 98
266,997 266,997 0000000000000005194b97072b399f460cba91f87e8217465cae6489f5855ff3 0.00 MB 9 95
266,996 266,996 000000000000000899054d7f665688c5f871d06292e049207bfacfc918b3ae76 0.09 MB 154 73
266,995 266,995 0000000000000009b58ac352ad3ec5636804bc0f03995260b1c17df2e62f3b7f 0.07 MB 159 96
266,994 266,994 0000000000000007c5b4950b24147f7856421c1420b11c28b0662de01583673a 0.12 MB 216 57
266,993 266,993 0000000000000004d29530e98151b0dee111a1141a89fea6d3621b6243a53b2a 0.04 MB 54 35
266,992 266,992 0000000000000009084b6de70aca07473ac87538b9a9745b2a630ff05b4ed4fa 0.12 MB 267 151
266,991 266,991 0000000000000000d420252846dd1955032787769a622fef76f8d57072ddd1a7 0.01 MB 32 142
266,990 266,990 0000000000000002853e2d961ca48565e09453c1b06fcecf57b9b9a4b2a7a4a8 0.10 MB 235 96
266,989 266,989 0000000000000004447568799350fe85a0c7ff05ad912c9da087be7d00384be3 0.01 MB 22 48
266,988 266,988 000000000000000035e23d4e39912723b23ab09a6f6f060f749d0f808c9d64c8 0.05 MB 107 122
266,987 266,987 0000000000000001718bdbf77d59dd38e87962ee152313a35665e8aa382b4408 0.14 MB 259 50
266,986 266,986 0000000000000001a1dee78c869f439bc77103ec4b68debe7e024476885783ea 0.04 MB 89 27
266,985 266,985 000000000000000235553b3de26939d0b9c4e073d2d9c72d1ffd9a215cde3f28 0.11 MB 206 69
266,984 266,984 00000000000000065fe39be27db36d09c2298618a3a3524390d614e7282f1038 0.15 MB 266 53
266,983 266,983 000000000000000a74e00b8e9a8ee67858ec5fd7e76e28fea4c0fa0e624f9655 0.00 MB 17 176
Previous 10 blocks ↓
Total Size: 769.29 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.54 GB sent, 94.39 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.