Memory Pool Memory Pool Refreshing

8,062 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,668 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,868 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,667 (672,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
235,014 235,014 000000000000007617cd7108c15eeb940f83e6ca6e86f7e0c380a6655043d99d 0.25 MB 466 142
235,013 235,013 000000000000006360471fd47a2d4f3368745f9f3e29e3b4dc61cfa30fe097aa 0.10 MB 345 4
235,012 235,012 000000000000019c6a69e02638ec9c80bbebc4e341fceb7a01e849cbeeac7a70 0.13 MB 289 132
235,011 235,011 0000000000000193179b76441671602f27e8c6d2c55a46c6787d0f7bedbf5e8a 0.12 MB 268 168
235,010 235,010 000000000000013af427014f1520aca41f26f4aa53a683db6ed5f55829cea77d 0.16 MB 326 147
235,009 235,009 000000000000011dd2e1b7ba354caa6f50f51f64316d54ebbc95a0c389e1d16b 0.17 MB 75 63
235,008 235,008 000000000000005cc9cd6751190c1ada532a13b10c756a23a986fc160f90194d 0.25 MB 687 146
235,007 235,007 00000000000000af1ed55501deb75ab70daced5d105b679b0d7a356a93cf4952 0.25 MB 613 199
235,006 235,006 00000000000000b21a5f2b7bf8212b1f8a2f55fee9f53e6a3dd762f1a6bacbdc 0.25 MB 574 168
235,005 235,005 000000000000000600bcf1965f429ff1e0fd0a1f8d8b0a072e8cb5edc3da39ba 0.47 MB 792 144
235,004 235,004 000000000000012d5ff55f4f02d3e732bfd8f7f2d17bf7bc29c45738924e3197 0.25 MB 645 709
235,003 235,003 000000000000007f868f3a0d168350ab1813644d167c0c963031afcb567f5bc2 0.15 MB 260 121
235,002 235,002 0000000000000181ed8fb3aeccd39702c57c94fc24740bc02ce08c2b52d2e295 0.02 MB 84 302
235,001 235,001 000000000000017bc7d0f6140d75d6ccf0bbfa881d81b1e951b5385bca333a64 0.15 MB 136 70
235,000 235,000 0000000000000051324ab4bdc1899c671cd340681ea814b2d4b6e141efec52b0 0.15 MB 356 829
234,999 234,999 000000000000003e53009bfc1ce7bfe45c1937a6f2655c764ef3845c1617a880 0.15 MB 327 150
234,998 234,998 000000000000009a6b5ceff989d0d323e920d4b5467fe072247a54ad8426f5f0 0.05 MB 133 179
234,997 234,997 0000000000000191ed7c1266169f9793006dcafbdc07f59c74ded07704609ea1 0.12 MB 239 365
234,996 234,996 0000000000000093bad102fa714fd5b3af76817090e6905d6c1d22f7b2aac423 0.12 MB 249 137
234,995 234,995 000000000000003123be1c0d5ceffb43c7f16eaba42ea536b8b49ff374a1514e 0.21 MB 470 200
234,994 234,994 0000000000000053a7b880538ee99e24bda82659b1feeb68671b35f244243cc4 0.00 MB 5 86
Previous 10 blocks ↓
Total Size: 768.92 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,603.87 GB sent, 92.41 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.