Memory Pool Memory Pool Refreshing

2,932 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (788,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,459 119,459 00000000000092a7ff545b59a5c69d30e9350d6df5eff777feaa94c227f92460 0.00 MB 13 944
119,458 119,458 0000000000001d2d5d30e8acae00c96d189a4b9058caca626e2014acd6a49e2e 0.01 MB 23 303
119,457 119,457 0000000000002107b953f8983a5a219dbf2931f9d65114067c43c3c79d15adea 0.00 MB 14 1,306
119,456 119,456 000000000000a887fad05c3ec7df91ff07d27a31d151c4d2ab62068c02aff2ce 0.02 MB 53 612
119,455 119,455 0000000000000e924d31aa6e982da2ffcc1bcbeb9f286d71f2137efbf96cead7 0.00 MB 2 3,875
119,454 119,454 000000000000199d0d78796131fc6fee53d4e4e734adc163efca3b2c3c1c74bb 0.00 MB 13 0
119,453 119,453 0000000000002e3a5b4c1270b968bd58c1266a50c9a85bcb1cab4d708de0eb31 0.00 MB 7 503
119,452 119,452 0000000000009ec01aca950bbd5ce4b9655e439c94767b72b2d954f7a8f38b30 0.00 MB 13 1,658
119,451 119,451 0000000000007aeca1eeb1fb2a6e9fd9cc866661c2c420e17c100518d3cce642 0.00 MB 6 0
119,450 119,450 0000000000006f782acf25c54111c192096deb1ba635972c00660020f9be2b73 0.00 MB 5 0
119,449 119,449 000000000000b48a60c076540df44b0d05f2f02e73a105fc8e05f2519b8055f3 0.00 MB 1 0
119,448 119,448 0000000000002dc39d02cd584d3ff10be2fcfa89c7943aafaa07f66c36d98e28 0.00 MB 6 0
119,447 119,447 000000000000547cde4764b7c855b2ea2cde06f93bde1bf9be0be4a4b0e3d6ae 0.00 MB 11 1,310
119,446 119,446 0000000000006368b32e1ae76c3e07b4aa70f4c18c70590752f27db8cf05a5af 0.00 MB 10 0
119,445 119,445 0000000000000872bf097d1cf9325f639d0e6c7c1687d5b787ab91afe4c14b76 0.00 MB 1 0
119,444 119,444 0000000000009936b009529f1184b01e89b8c6b029baa663504de7f294c8f953 0.00 MB 6 1,208
119,443 119,443 00000000000088709f9dc64431acdfc2be2653036a90f08be722402dd9c35cbc 0.00 MB 15 1,017
119,442 119,442 0000000000002e35238628edc4458ad50b4db96978810666922891b7ab122261 0.00 MB 5 0
119,441 119,441 00000000000094fa5fce8fa2ee5a7f35876c8646f3043c85acf1ca12924852a1 0.00 MB 6 0
119,440 119,440 0000000000002c47555e81a16df0497b882564fc8b2b337bb2788101193b5e06 0.01 MB 30 376
119,439 119,439 000000000000acb7998d038a6e734c5a0bc54d74399e5a28f49dc92627d0dd73 0.00 MB 12 328
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.59 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.