Memory Pool Memory Pool Refreshing

2,884 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (743,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,389 164,389 000000000000059457f9ce90b930967909d636f787c08bb5294a14bfb61433f0 0.04 MB 103 877
164,388 164,388 00000000000006ca5b6b3be809a0cfd3ce2d152cfcf0e2d3724721b3e29fd89b 0.04 MB 73 68
164,387 164,387 0000000000000316291f420bb847ba0d9b6d6b818aefc8bd2597f0ee748e0123 0.01 MB 22 187
164,386 164,386 000000000000018a96244d995c2e731421c1ab1769a35fe601539904d2346454 0.02 MB 19 211
164,385 164,385 0000000000000c10070802453ead69c676f573c9d78904d32c7249f54dcc7090 0.00 MB 4 0
164,384 164,384 00000000000000955cce4f5f84f1c45a44af1d04e0786ef22235ba139bd6472d 0.01 MB 15 881,023
164,383 164,383 0000000000000764b992293f8d338dadfcde3ca9e0cea3fd967b755f3054d188 0.01 MB 15 168,952
164,382 164,382 00000000000002aa4ee526044fb42300b292bad7429bd320c726f5e89832d048 0.01 MB 39 460,010
164,381 164,381 00000000000003b0283e206a775be1e66b6fe8c07aac59b586d39ab211b89391 0.03 MB 79 204
164,380 164,380 000000000000058ab5c192f2ea43c5344a8144fae095f98d081b644dd47671ec 0.00 MB 11 273
164,379 164,379 000000000000032a44cc283c5ca995cda4659c298658c106ed8126cdc475b9a4 0.02 MB 53 18
164,378 164,378 000000000000026dc4eea8d036696b4a8a80a452b873e946cfa1c1540c0fdb36 0.00 MB 11 49
164,377 164,377 0000000000000c2bcf84547d77cf48f4cf1613b8178ae6ce7b1824294c474fa9 0.02 MB 28 688
164,376 164,376 0000000000000a9188c2a1c9db5fc5997fd0697ba0c14a86cf73de4965a0306d 0.00 MB 7 23
164,375 164,375 00000000000003c4d61b5efbe20da0dd103dc1503de5eb21f0c2c20c1ca48159 0.01 MB 12 106
164,374 164,374 0000000000000be7064a556f673d5a18091861298046d1d2dfbf8d13ddc7a56f 0.00 MB 12 35
164,373 164,373 0000000000000124f88dfff6a1a6d14379a77a3c61ddc2eef22d6f8b6445fb5e 0.03 MB 41 250
164,372 164,372 00000000000001dc4a89b3c19cb92133b82a8fda7c7a57fa93e544d2312fd0ea 0.02 MB 52 104
164,371 164,371 000000000000043465e36784a90c8d3fa6d7938bae8cc9a1813185fb356a3bb2 0.00 MB 9 2,016
164,370 164,370 00000000000009274335f6df064223c62e4795ed587ae3e5112089fc9daa5159 0.00 MB 9 18
164,369 164,369 00000000000001d8044b8a05a714e39c4bba1f387b84d0558451132eccc598f7 0.02 MB 24 299
Previous 10 blocks ↓
Total Size: 769.06 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,627.86 GB sent, 93.18 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.