Memory Pool Memory Pool Refreshing

9,860 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,395 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (665,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,705 242,705 000000000000003c815e9e29bc426c02e04343602b5fe1a8c63559371003f2b5 0.25 MB 734 544
242,704 242,704 00000000000000bcca14825a697b3319fd88cd1668a0dc8d8081e4a85d576ad6 0.03 MB 75 144
242,703 242,703 00000000000000c816eac69d289cc86f638a8a5b053584cd4b4d1eb056adbe12 0.06 MB 62 83
242,702 242,702 000000000000008f0ea3c9b07b3284ffdaad5b0dd31997ea1d02742bc9a185cb 0.02 MB 42 106
242,701 242,701 0000000000000035054271c485c0c1e7d0581d22196ef7a11b00ab308c9a20ad 0.11 MB 234 292
242,700 242,700 000000000000002d6aa3455150dc4ed11205a84269ec9d8248c74fba1760ca6c 0.12 MB 188 62
242,699 242,699 00000000000000dc5ae05df52108da0b593edb2eee81649ba8a823464c5b7d39 0.25 MB 660 226
242,698 242,698 00000000000000a73baa0aed40c511d04c81df851fcfd15bfa5fc777c2d7a483 0.04 MB 60 351
242,697 242,697 00000000000000227404f07f51ae9a3b08a5d7677bc6887a73cd6ebe46d36e65 0.05 MB 108 145
242,696 242,696 000000000000009dca57b5f44890fc1e8afa78582e585ed8924b8dfeba4756b6 0.20 MB 425 145
242,695 242,695 000000000000001f8664fa65236f5c8132f84c6b96b930dbdc11ac335d2a034f 0.10 MB 263 187
242,694 242,694 00000000000000c30ec38ad2b0bea5b44e5d6838c5671540d020871267405ce6 0.06 MB 108 138
242,693 242,693 0000000000000041e84713e2d9d0c5523b6973895d9e8332388d04a677417df0 0.04 MB 81 145
242,692 242,692 00000000000000c1cff7d9aeaabb5a9d896f35ebb174d9546b8d17762142311e 0.10 MB 149 92
242,691 242,691 0000000000000048ac173d1e895dd7e9010b827055db428a4e2d2dabcfb2eda0 0.05 MB 86 102
242,690 242,690 0000000000000044bbc0e091818581b5478b1a21d4a6f5c1fc5344fc3591b707 0.13 MB 320 180
242,689 242,689 00000000000000370cbf476ddce71b8db98fb67319d8bb7b990d9623b60ba2ac 0.10 MB 325 59
242,688 242,688 000000000000009eca8417aecd7b056d9597043c9ea5c93bf051baf41d00fba9 0.13 MB 308 160
242,687 242,687 00000000000000b6aeb4c0752b13702d3d5909b1d3f352288682ce7b0f12fcc0 0.15 MB 366 141
242,686 242,686 000000000000007227ed5058482acde3a6acaf959b528fda6010e871be9428b9 0.29 MB 649 134
242,685 242,685 0000000000000078835e05570e1e3806a8f68524dc0c92c33e5a090c0ea05adb 0.00 MB 4 41
Previous 10 blocks ↓
Total Size: 769.02 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,624.76 GB sent, 93.00 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.