Memory Pool Memory Pool Refreshing

10,295 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (637,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,501 270,501 0000000000000004205908712f580fea034251412accc8dd7e025bb832cbc596 0.25 MB 675 71
270,500 270,500 0000000000000003992393172ca43ef3f566bd68c4437e79d02326444c4a72a1 0.37 MB 776 41
270,499 270,499 00000000000000060cc19d549536927d0b775028c9c50a5b7d2704de643a0867 0.50 MB 1,147 50
270,498 270,498 0000000000000003d0c7865f42190b18299c49b9394b70a77859f3939ccfaf1e 0.25 MB 797 154
270,497 270,497 00000000000000048ef64be0e701f1560c4b83c254495978c71aa6044c631013 0.25 MB 651 83
270,496 270,496 0000000000000003bab9cbdd26adabf4c1c4d5ad6d5af01c73d016c37bb49e65 0.50 MB 885 66
270,495 270,495 00000000000000031989088e4f5fe9f2bee83dfd5e2f1ec529f9c1ef80356b2c 0.50 MB 1,005 39
270,494 270,494 000000000000000192a7a2ff74b449ec8235882b142495e5f5546f80de47d2d7 0.25 MB 675 74
270,493 270,493 0000000000000006edf69d61f79810ddfadb8ffff3b105f0b95f27cfb1625e83 0.25 MB 789 103
270,492 270,492 0000000000000006f886b46fa277cc3b6ec6a1abb7069086d6f3cfb6313ae40c 0.25 MB 452 157
270,491 270,491 000000000000000146766eba413f07a9137e859af6528f126c3009cb1b52fa48 0.20 MB 414 58
270,490 270,490 0000000000000004d11d98a9ce06da3f111943b78b0afd44fd7801e1fde24fdc 0.23 MB 483 48
270,489 270,489 000000000000000574fd47dbfbb6d53355f983be9f5ecc3db481e3fc5d097b28 0.50 MB 1,048 48
270,488 270,488 0000000000000000669d2a0708a67848442261ceb6b625a51494a9351eae53f2 0.39 MB 894 41
270,487 270,487 0000000000000000bbc89d29a3ed5fb00d7e898479cccc37eb7f0adaf0fe2c49 0.20 MB 494 88
270,486 270,486 0000000000000005a2d235f4b98fc32a4224128e4943ed066ceecaa3f807d6d9 0.21 MB 151 19
270,485 270,485 0000000000000006c53d09556a8a22658c4d9ff72319f5ad83f00e2f33c744c6 0.35 MB 970 98
270,484 270,484 0000000000000006e0cc1437efbe7d025173a5a81eee4c17ac95f009cdca3e2c 0.34 MB 444 17
270,483 270,483 0000000000000006370b03f84640419e0ad08436eb4991a059193f3ebd9098af 0.25 MB 638 39
270,482 270,482 000000000000000572b0f2f2910bc8ccaaffa8bf324977d8b9721f2396b42722 0.25 MB 557 145
270,481 270,481 0000000000000003117d94ced63c15a2ebe76a5906c4d91b265575d46d671326 0.25 MB 668 68
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.