Memory Pool Memory Pool Refreshing

16,995 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (581,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,315 326,315 000000000000000017230d4496d3fcb034c3675349a5dea91f40a034ce1c3e43 0.06 MB 38 3
326,314 326,314 00000000000000000dd866ad88cdef3ca3ee93d5672473e208e82236ce73f578 0.60 MB 1,002 34
326,313 326,313 00000000000000000889fa080d0b81adb2e696a3d172b95bdca67cb6f733fba7 0.55 MB 1,018 25
326,312 326,312 000000000000000008554fd22f03427c70837b719079827258ca9e7017a61d30 0.30 MB 572 27
326,311 326,311 0000000000000000071bbf77dd0ea457f187cf9d59c90734ba41a8d16bdaaf62 0.19 MB 385 27
326,310 326,310 0000000000000000168059bb0fd5409040d248bee9945b384e260ab13b605adc 0.08 MB 148 27
326,309 326,309 0000000000000000072c2d29da4384a84e6eae3b0947fc799388208c20b158ee 0.01 MB 23 28
326,308 326,308 000000000000000008360f4c6115ff773944418b9e779ac81ebcb5c76745fe42 0.38 MB 748 29
326,307 326,307 00000000000000000cf9b8721cfc7591f17ef9c2fe8aeee10df75bb43b72d30a 0.72 MB 1,125 25
326,306 326,306 00000000000000000933165ac378dcb7cce266cddf71bc5b024906a6d2870d79 0.10 MB 185 27
326,305 326,305 00000000000000001f44ef94887082f0134b8feb3c954ab2a05ac2607f11e761 0.53 MB 961 37
326,304 326,304 00000000000000001de509f0ea14a5439d085437fb878e45e79f5a78a164ae95 0.17 MB 321 27
326,303 326,303 00000000000000000b7b81dd243f9d3ce9d3adb7fed5d8785ca812eca9c6e2f0 0.06 MB 84 8
326,302 326,302 00000000000000000d9e18cdfd255149ca0568675e60767cacacb72a760490ac 0.07 MB 58 7
326,301 326,301 0000000000000000099d44d501a5a68196d4f86d85eb1e504cd0141579a54d50 0.39 MB 382 18
326,300 326,300 000000000000000000ddb6a84df0d601dbe4e4ed843e05a16f7f653861227bc4 0.50 MB 1,252 33
326,299 326,299 000000000000000006e5e95748c1472a6adb6e5127b5f56aa157e55add29433e 0.18 MB 294 21
326,298 326,298 00000000000000000eb54edadd73b902eae3a26e6cf0a712b3dca7427dcc5729 0.25 MB 345 20
326,297 326,297 000000000000000012eb752d0857825a7026231726b27536f1178f58c29fe3ae 0.40 MB 799 29
326,296 326,296 0000000000000000034295c3122db8734d10b11e34bbc3446c50c709077c8f77 0.15 MB 283 23
326,295 326,295 00000000000000000be10fef276ee5eaef2bfa52b591fd5be87db409d3992299 0.26 MB 526 31
Previous 10 blocks ↓
Total Size: 769.02 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,624.66 GB sent, 93.00 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.