Memory Pool Memory Pool Refreshing

5,463 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (771,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,643 136,643 00000000000008cfa76dd5c6fe8600f1f0cc84ac180037440c185bdad6d05e76 0.05 MB 113 288
136,642 136,642 00000000000003f63c8d7faad17e31dd315024f159c4d32c343df107458c3160 0.01 MB 27 175
136,641 136,641 00000000000002213b1246d690ed91fe309e0c7d87dcc64567d4325ea2142fc1 0.02 MB 65 224
136,640 136,640 00000000000001a19a0f78b54ca0d88023af29f079999d037f6f6d68f37d3eb9 0.02 MB 35 957
136,639 136,639 00000000000000d0efed6b93b2e6a46bdd9f7af282f2bd4bf4cab108393f84da 0.01 MB 31 295
136,638 136,638 000000000000039b94c653e0eb7de59e9cc36ba929d16dd176dd560eebbcb24b 0.03 MB 80 282
136,637 136,637 00000000000004098cdbdd456d010cb1f6a009b9030dfe71914c87bf31b8ba37 0.04 MB 96 348
136,636 136,636 00000000000007491d291160f434cb23da5e8cffe4cb208bd141db8e6e27e4d6 0.01 MB 30 96
136,635 136,635 00000000000000c020fb9fea917f967eed9f9889efbe617cecc15d0eaee01c96 0.05 MB 101 231
136,634 136,634 000000000000007bd312a431074de53721f6046e4ca313741690b1f5da22b4ae 0.02 MB 40 844
136,633 136,633 00000000000001106074648e320ed0e6049d03eef0ba610306bbbe3092f28db7 0.03 MB 93 187
136,632 136,632 00000000000004c17f22cdfb2a7c58ab745a329d79ce5cca39a21d73deb23e4a 0.04 MB 82 318
136,631 136,631 0000000000000127a9c9652184642d9e60439202ef22ed478547a1aa84c40c81 0.05 MB 94 103
136,630 136,630 0000000000000687b858a95d44bcc0c036621d5b977ac416b70e05d9bc8a985b 0.06 MB 153 379
136,629 136,629 0000000000000a953fb575ed38f574f55a74b2db67da359fa462568a6b526312 0.00 MB 11 94
136,628 136,628 00000000000005c5116c65ad5e9bccb3a398b345f5a01bf746a1fb8de8cd8702 0.00 MB 14 445
136,627 136,627 000000000000025230764a3e51db83f8b8a42599f4231262f705412e6951a031 0.00 MB 6 49
136,626 136,626 00000000000000644117501d6dc3ae91fb0eaf1bd27dd0a768f8fbea7a76e83e 0.02 MB 66 251
136,625 136,625 000000000000094fea3d1f6efb4377b1891a0f04b4ae456411e5697f8469c9fd 0.06 MB 126 370
136,624 136,624 00000000000009407260ef572190f367141294d8408f4bbc52c24cda39ea6319 0.03 MB 91 326
136,623 136,623 00000000000009b0657f078bae2cd243eb2e2e18e1f74168543cec176d8aaae9 0.04 MB 71 203
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.