Memory Pool Memory Pool Refreshing

7,153 transactions
2.08 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
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,187 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (606,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,302 301,302 00000000000000000aecfbc71c80eb5b52cf50fc63c9ed09ca8b5f54cacd04ee 0.70 MB 398 13
301,301 301,301 000000000000000071075ab3a8b4b30b7c2a14aadc0da7b738fbd54d49efb952 0.35 MB 866 38
301,300 301,300 000000000000000043a8c8f8465804e52f2c61055c3521c8a7fe5bc27f3ebb7d 0.35 MB 651 31
301,299 301,299 0000000000000000340cf952a0e1ca483e559c72a56f5fa9fb06ed09435befe5 0.35 MB 559 26
301,298 301,298 00000000000000005f7803b7a502bd584177b31bfc82728cdbf4fb175cd5ae55 0.06 MB 128 28
301,297 301,297 000000000000000031d20e6ec12f70ec3ec921cda8df8a8110ddfc0d3bd0478e 0.11 MB 199 27
301,296 301,296 00000000000000001546bc025297d61895606740d861164812034bbb5bb96aa8 0.12 MB 266 30
301,295 301,295 00000000000000002030fe50d2cd137de556558e88236dde59b9675ae680ac7b 0.22 MB 282 23
301,294 301,294 00000000000000006b48d98c14bb394067aa9ba56fca47864b51e43025c42b04 0.25 MB 511 30
301,293 301,293 0000000000000000120344372d870e348c872739560b69b056b2c52d1009844a 0.71 MB 668 13
301,292 301,292 000000000000000005fbd2cabfe432e36762c361737713b78b5aa0acdb4412d1 0.17 MB 322 40
301,291 301,291 00000000000000004406072b78d51e94fa86bfcb68ad30d6c1f0218418b4a99d 0.05 MB 20 5
301,290 301,290 000000000000000059e8687ef91c1a0e706844e74d8d65d9212696aad304e736 0.35 MB 647 31
301,289 301,289 0000000000000000647e0ddcac70f7dadce8eed7c8b20ced942fb175f020173e 0.32 MB 629 29
301,288 301,288 000000000000000021e7ca814f3348cab13d2879c9e493c65b87c183380de8f2 0.07 MB 14 1
301,287 301,287 00000000000000006b3773aa25bf7416088fa55e1fdbc76c0858c2685809a947 0.49 MB 801 30
301,286 301,286 000000000000000053ccd09d15c44ddc6e93d84374c4462d52afef50a52e317f 0.10 MB 66 11
301,285 301,285 0000000000000000151397a520b838ef1faa62bca25bb2e534da979a088852ca 0.35 MB 759 34
301,284 301,284 0000000000000000197b515559f98e0d4c4e4e4ae2c7b269b13bd8400164d0b8 0.09 MB 156 30
301,283 301,283 000000000000000001c981ea6d292803b0ac0f02be97130d49e2e4e9a5e98b99 0.16 MB 226 22
301,282 301,282 000000000000000034bf073543afeaf012b556092a8059fa046705b446b0354d 0.25 MB 203 23
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.32 GB sent, 94.25 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.