Memory Pool Memory Pool Refreshing

9,269 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,859 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (597,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,955 309,955 00000000000000002b2268ca331fcf7a39d8dffd5862b2cf5cc6c33aafe9d3cc 0.08 MB 75 10
309,954 309,954 000000000000000001630abf4a3134f5a033b54fe8d1b1f3a4450c3691d0b98f 0.08 MB 163 20
309,953 309,953 0000000000000000087d6d0b6d18822c6b02097611a041a203814707fafe7d71 0.00 MB 1 0
309,952 309,952 000000000000000027add9e7bd79195d6053bd62d178c8287378e3fea46b6462 0.27 MB 428 27
309,951 309,951 00000000000000001903c8fa3fe8540fe414dd0dbe739a5b5b83161ca6fdf651 0.29 MB 449 22
309,950 309,950 00000000000000000bbc0b0592bedeb809d173a6639755209200af6d04d6821e 0.00 MB 1 0
309,949 309,949 00000000000000001fcdedceeccb120afc52a56a74e3396082d865693cc77804 0.42 MB 565 25
309,948 309,948 00000000000000001326cbc575f42a132214553465c1361ba67ec2adffd74f4c 0.16 MB 293 30
309,947 309,947 000000000000000003e3cfcccbcd90679ff87e6cb27382edba8458ff87825bfa 0.56 MB 825 26
309,946 309,946 00000000000000003a534dbd492345b195c35294b48875a0022a593dc8706eb2 0.74 MB 902 20
309,945 309,945 00000000000000001ced2a9943565c08d4789256c093131b46d09d90158a6f04 0.20 MB 512 42
309,944 309,944 0000000000000000174bece876f15a5bd18db8bfdea0358d41ad718143117c37 0.35 MB 1,030 47
309,943 309,943 00000000000000000a9c51d1e421838bc730d639d36652aa928c1680283bb1b5 0.72 MB 960 22
309,942 309,942 00000000000000000c241843834ae904c5ad980d9b5a403954e7f3402b732a33 0.75 MB 2,111 42
309,941 309,941 00000000000000003087cbe2a1898eaa86d8996d5c15275f9d3396bd0dccc856 0.20 MB 296 24
309,940 309,940 00000000000000000ec3dbefe4032b4bc24dc033d2238906e0a84e3c29a7f83e 0.16 MB 286 23
309,939 309,939 00000000000000000f04fd072a4477c55910561a1467ea74818f86dc46e054db 0.81 MB 1,253 29
309,938 309,938 00000000000000000900923246ab652428de1b42cf52cda2cf4c8d469c4746c5 0.88 MB 602 19
309,937 309,937 0000000000000000339cc46cae2de51f154706e8f538cbd33fdf0280c0b14df5 0.34 MB 515 26
309,936 309,936 00000000000000000daeaf241081563c7cc16f5edb95b3dd6a03d64ef75ba7f4 0.28 MB 315 20
309,935 309,935 0000000000000000025a2b1eae2923f375a0c23d309ad07276c89d968b35d70e 0.07 MB 151 31
Previous 10 blocks ↓
Total Size: 768.98 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.45 GB sent, 92.72 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.