Memory Pool Memory Pool Refreshing

2,477 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (745,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,679 162,679 000000000000083527cc9e323c6e52c6c4f4b76221c108784cad8fb2050b3c91 0.02 MB 32 61
162,678 162,678 00000000000002831ac08f9613f97b4b993aeec7e8b21ae3b0c50608ab1dc6cd 0.04 MB 63 67
162,677 162,677 000000000000067baa38764f3ec5747bfc9c73235a84db2aa7c6dc4391752221 0.02 MB 25 55
162,676 162,676 00000000000002a87201dfb32eefe00c4f351dd3ef42f2dcc15d06939f8a5b32 0.00 MB 13 45
162,675 162,675 00000000000001c1d3a1f36d9431d071667861d4c6a3781b5bb457b083a7a8a1 0.02 MB 40 68
162,674 162,674 00000000000000d5a44f44b115e20ad5d62a43196b979d9e0e5d7b7848fe12e7 0.03 MB 94 49
162,673 162,673 00000000000006382d283b034f15e1d98cbec09315226ac8cc15adda2d4c6e6d 0.04 MB 88 181
162,672 162,672 000000000000018c397785b7a4c20a1dec7fd73f84fb24d28460fd8f5e082cde 0.01 MB 31 43
162,671 162,671 0000000000000af01e99cd12d93ea77adb15daf6b8f144f5b130e05b754d32ba 0.02 MB 47 54
162,670 162,670 000000000000018169f0a4139adbd25cb3d3db4663e239dd98358c68de80bc58 0.03 MB 43 53
162,669 162,669 00000000000002ea0a6bb3c5fcff19f76a426852213ddb3631b281910274475b 0.00 MB 7 126
162,668 162,668 0000000000000b57a1cfccaecd22112435fc8547e171f6c2437ff7accd2cf2b6 0.00 MB 5 105
162,667 162,667 0000000000000bf7ba7651e046b6909da0de45b64e9fe9ed8575546905668d7e 0.01 MB 24 47
162,666 162,666 0000000000000093206413244899958ef800629771460bc4482fae097f5b2997 0.03 MB 119 2
162,665 162,665 0000000000000b8406ea0477538539ff13da60158e551893d7bc9bb579b28fae 0.04 MB 73 219
162,664 162,664 0000000000000ab022a80c8d0293693936b1ea4fce4c0f29335d2a9de06785c1 0.02 MB 40 69
162,663 162,663 00000000000009036dc10f84496247fbbf8b124a1f25824a1046b372933a3cf2 0.03 MB 49 667
162,662 162,662 00000000000008d875f4fb1768ae2820741588487b6b77cd03514e9db83414bb 0.05 MB 159 2
162,661 162,661 00000000000007888c328ac8f802e91c0f991c50323352d1c97e921e29a94b26 0.01 MB 33 150
162,660 162,660 00000000000004aa8ac1feeaea166bd861db0f6a9e487d4dbc2f925c09a9acf2 0.08 MB 109 107
162,659 162,659 0000000000000bb2971d5c154f72faaf7b038fcc5605c61606df08822a921bea 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.57 GB sent, 93.44 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.