Memory Pool Memory Pool Refreshing

875 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (825,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,172 83,172 00000000000e4072079e491058be90e2b9b26ceceedc815014a98e0a16acb570 0.01 MB 12 0
83,171 83,171 00000000002a4b583215d1a3b6a9f19659e3a7d4cef00f89de2ecf4ef59eb8c9 0.00 MB 2 0
83,170 83,170 000000000012689b45487397add51609df518cbec2fd12343b76cb2bfdd7bcbb 0.00 MB 1 0
83,169 83,169 00000000000e0c30204fac9040dbd5da5765cd598713b0036161d269cd26d6eb 0.00 MB 4 0
83,168 83,168 000000000016ba3e90a2a9dbeccfd0518df29fe1c78af4f2c0df1e7321d53764 0.00 MB 3 0
83,167 83,167 00000000000737edb24441c852e96af78c22021e15498ed2b1c95b723cfddc30 0.01 MB 26 0
83,166 83,166 00000000000c0dd3d1edc189a199dcf10859b7c2aac1d2df42e89c1afa7d96e9 0.00 MB 6 0
83,165 83,165 00000000001e383849e7a247f6569ad7dc9b35bd13e9bb94efcca1d473054035 0.00 MB 1 0
83,164 83,164 000000000008c0b0b94d9690595f0f1a41933cc7ac00238f324b984f63085755 0.00 MB 7 0
83,163 83,163 000000000031120326e1a93b1a9ebd353782356a9e5c92216d00133660f0cbe9 0.00 MB 4 0
83,162 83,162 00000000000daf664bc72e9fd9c447128a2e4a8bd0a314f2d8fbbad300722291 0.00 MB 2 0
83,161 83,161 000000000013ef524625049634ae45186371ec1ced8a51b496a748c9cdd040c4 0.00 MB 4 0
83,160 83,160 00000000000e607d5bf346d7daa29c5633fcf14c38b46eae0674a2cd727825de 0.00 MB 7 0
83,159 83,159 000000000003b0d0cd4c44de650b771794787917cff9666589689b0406afaeb9 0.00 MB 1 0
83,158 83,158 0000000000256e9059ddeff04547d425362b709c6227f41e8fb34348ebae958b 0.00 MB 1 0
83,157 83,157 00000000000de9685a63c519a04a648790127b929daccf5d7b987fd7cf57c1d9 0.00 MB 2 0
83,156 83,156 00000000001724009ac72a49579d0458050a1e44152d9ae6de44088b992b64c4 0.00 MB 10 0
83,155 83,155 000000000024c1d1c36c282c7370540da69e72398c03266523f5f2e21ead748e 0.00 MB 11 0
83,154 83,154 000000000014540df64075881f1ef7a4317911c4a536ef993b654c08a73a4da9 0.00 MB 1 0
83,153 83,153 00000000001d49b41b0686397cc874737eaf2c1e1c386270b9666c7f4b70aecb 0.00 MB 1 0
83,152 83,152 000000000000fd8df966cdaeb0efa2a8c98f0fe9f49b0e0565102861c355673d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,849.52 GB sent, 101.03 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.