Memory Pool Memory Pool Refreshing

6,391 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,589 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,318 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,588 (903,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,257 5,257 00000000ae401b37b65edfe4e2627692d496db9d71ea701d371a24a1b0556128 0.00 MB 1 0
5,256 5,256 000000008e5508b05736619c7a9cccfe88b36f7ace69086e1a24c0546854db13 0.00 MB 1 0
5,255 5,255 000000004c50f59d25e24bd70e847d45ca0afe75d861e99b4e4a54ea6c4b908a 0.00 MB 1 0
5,254 5,254 000000009f234a07cebd1e8d5b193e5e75b6552aaa2701b5a7300344eb873cd0 0.00 MB 1 0
5,253 5,253 00000000febe72cd9885d0eeaf388fb0ed120918b518d7fe730a0c228db64acb 0.00 MB 1 0
5,252 5,252 00000000fb6963d7ca76bd49ff3e2407add5b96b3fc176cd0f7110adfca4dc5e 0.00 MB 1 0
5,251 5,251 00000000978d4dc87fc77895f46fdd7857132863febccb784b8706819ecb4123 0.00 MB 1 0
5,250 5,250 00000000e6e89b27af3ea7484fd5c7e277ce12754bec74c2718bf5fedf5058de 0.00 MB 1 0
5,249 5,249 0000000039bad54d526624a26b4d313d1af008cce73af07662b0699ddc1f26ff 0.00 MB 1 0
5,248 5,248 000000009244eec08194c796634983e141dfb91ec317bfe20823e322f8b53b85 0.00 MB 1 0
5,247 5,247 0000000033a27c42a6d51c428de207c78007492be46d5488e636121e84161a18 0.00 MB 1 0
5,246 5,246 00000000fa31fc7699dfb3672a1cb0a97699724ee06e2b7910f5fd1fb2e61af2 0.00 MB 1 0
5,245 5,245 000000007a07d829e13c59e78a17753562ab6fdf95c7a0f36fece7ebab4d7070 0.00 MB 1 0
5,244 5,244 000000007eae4bac692f36a760b612ef21a217cd970fe72a6a908c22dd582dd1 0.00 MB 1 0
5,243 5,243 00000000dce646012b1fc3eea4b8e90bc8a253eb6c781ca874fd790d953c730c 0.00 MB 1 0
5,242 5,242 0000000037dff915d0898ffc914ee3d2c87472185ce1ef083e637ec7db994d15 0.00 MB 1 0
5,241 5,241 00000000870e5a1ab7db09b09b8657da6e938b6871456f12a1dc8ba87bcf7324 0.00 MB 1 0
5,240 5,240 0000000052bdd6f8ba3d5612fdd8301802b3241cb0140109e5c8b81d99d0a5a6 0.00 MB 1 0
5,239 5,239 0000000041c1fc4c6b7a54a72c248e136633dd158e2504ec768c0520435aac60 0.00 MB 1 0
5,238 5,238 00000000bebf5faa7be0cff8f3f60ee171f69ff250add9e1dd580308688bd321 0.00 MB 1 0
5,237 5,237 000000002658852ddf8110ed5ae8b42b0089f0c2a318727d2b56885d458ce907 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.15 GB sent, 100.95 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.