Memory Pool Memory Pool Refreshing

12,187 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (667,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,527 240,527 000000000000009aab7b6def31a3ff3e347e70694672be6e26ef5d654f255bee 0.07 MB 122 129
240,526 240,526 00000000000000a49dd9571e4a2f2c14955add8cd6b839f29b9c239d8ff9e199 0.02 MB 57 189
240,525 240,525 000000000000000f3946a9c8c52280b82b442160baea0d8519c52015d2d6bf30 0.02 MB 13 44
240,524 240,524 000000000000000db6c8a8157b196d44a84142a4c09acee2ad526f8f9b1e97a6 0.07 MB 107 189
240,523 240,523 000000000000003b13a035716f2c4591bb6c936179dad8746651cba42e15bc99 0.12 MB 268 191
240,522 240,522 0000000000000099609f5b6cb029913b21c8802b084dbd8ddf9ee1b32e5a4609 0.19 MB 248 134
240,521 240,521 0000000000000029671b37b6a8b041da24e0218cd53d3775e732896e29ff4df9 0.05 MB 80 71
240,520 240,520 00000000000000f1bf505b410670a566813f8c35c37b88b143a0ab728c3f3728 0.10 MB 119 68
240,519 240,519 0000000000000111451bb1eb6b879a1e13c8f467d0194af4c07abf3f16ea65ee 0.25 MB 536 185
240,518 240,518 000000000000010b44af2b5a950d6bc564592c7515c6f866a413b2deb04f4300 0.09 MB 200 155
240,517 240,517 000000000000002bac88aa526ac590131dd2ffcbeadc7b35078dc713fb1b0d96 0.13 MB 230 149
240,516 240,516 00000000000000bc668c9373d7e5789d8f9f5d0ba1cf9a86ab1f1713927e1cc2 0.19 MB 334 149
240,515 240,515 000000000000008fc3ec19416a4e5d24ee141c40ce74cf45410d6039b18484e2 0.02 MB 50 134
240,514 240,514 00000000000000697bb0a92e459819b8a85348cc72d43b7d58929a8f909a0e2d 0.11 MB 239 194
240,513 240,513 00000000000001110282e67bbbb844727cdb39aaedb62694e31d661f52518ad9 0.05 MB 60 81
240,512 240,512 00000000000000d21af728da7904645b50b921c959ff92aa65b44f7b92a0e2d3 0.02 MB 46 184
240,511 240,511 00000000000000428f6f836295dbac96b9a7640feeed634cc25714e13c1bf4a1 0.04 MB 98 43
240,510 240,510 00000000000001033a9ed68107ae53dcaf74776f6619d486eb8bc4c7fbc4a4f3 0.11 MB 205 69
240,509 240,509 00000000000000942ec4d7bc75c918a2134ba91b97d902ad8c252de2242ff915 0.15 MB 208 118
240,508 240,508 0000000000000036a196b10a7e26311f9bdbaf1170c21c40efd00a17b42fea2b 0.25 MB 601 211
240,507 240,507 00000000000000ba5f4b3ea37a1aa9d875b2e4cbb3166ca3c8626c212c34e31d 0.24 MB 256 97
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.