Memory Pool Memory Pool Refreshing

3,601 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (649,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
258,567 258,567 000000000000000d80079a0a8a4339e082d5dc53a5227242b1a7c69822cc1efb 0.25 MB 662 950
258,566 258,566 00000000000000214581e27663f2a5fc1e1142030cf6e1c634274781f98daab6 0.05 MB 104 91
258,565 258,565 00000000000000169a7819754b5d5bdd9faca99443990936c8b741415b817ccc 0.44 MB 1,100 101
258,564 258,564 00000000000000192d9160375602a2535ff636c481c1f9a92696bb589d164e9a 0.28 MB 703 116
258,563 258,563 0000000000000021b90d1c5e25a8053d5ddd85c0a4cde75f8ae5d410aa571787 0.26 MB 626 96
258,562 258,562 000000000000001b3e221d0ce4366fea069f610c7edb1eee5780a8deeefa2bc0 0.25 MB 615 32,683
258,561 258,561 00000000000000122b035928ea6b583382807a90095c3dee44b8ac88af5e1763 0.25 MB 654 184
258,560 258,560 0000000000000022f23930ed6b140ba1a6a4aba52538be7dc0b91ce528f760ac 0.10 MB 242 102
258,559 258,559 0000000000000021493764fd4f433a92e9e444ae52278e32f8931fa0813d8fcf 0.10 MB 220 81
258,558 258,558 000000000000001ddf7495fb1cb69e10c82e20408655f07d6ced1e9febc91e99 0.03 MB 87 57
258,557 258,557 0000000000000000e84840c0a16d1da2a0f36de1bc1b0775c864d63279cd672b 0.00 MB 1 0
258,556 258,556 000000000000001d5398885894703a92087bec73aeda178fda37509c875dcf6d 0.22 MB 421 79
258,555 258,555 0000000000000002cec5afd81bfa3486ee3b43cf0841c1e3d044ab223cd1d72a 0.25 MB 428 20,168
258,554 258,554 00000000000000226d4dfe57da2cb35378a37a3247026a9faa065ac6f0fc53fa 0.20 MB 417 90
258,553 258,553 000000000000000a46a136d74a9612344391b628c26891fdb39f88d9906949e9 0.39 MB 984 105
258,552 258,552 0000000000000007d34159ff40524cbb2898592168a4810fc35aebefd61bfc82 0.03 MB 65 107
258,551 258,551 0000000000000004e3e91bedb45802230bcbe8ac7800aa820f9fa738f7c7dbd7 0.06 MB 156 81
258,550 258,550 00000000000000024f2af4f3a3d9a2e4d6a554f6d0ad60a04f76814fe945cf20 0.05 MB 127 65
258,549 258,549 0000000000000024b4884a1438feb2885844771e421b27311a5204e8c850ad8d 0.26 MB 413 254
258,548 258,548 000000000000001662ba181ed6602c280edd5f5cbd4751d70ab5ca215a5f208f 0.25 MB 592 507
258,547 258,547 000000000000001e56ed896b2d00331a9cc874e8c04366cd697f97f444f71d92 0.50 MB 1,083 418
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.