Memory Pool Memory Pool Refreshing

5,141 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (644,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,025 263,025 00000000000000042990ffa7ce9375637ba702d8d6082d69f3ec199190280942 0.07 MB 164 88
263,024 263,024 000000000000000fea27aa064f983389ffe6ffd38112f78c16ff3c9c7f4f81cb 0.11 MB 102 28
263,023 263,023 000000000000000f61e27a6805840a52e8cf200e5728dd685305afc9d4187628 0.25 MB 647 140
263,022 263,022 0000000000000011de8827eea46c652f0af1e3b47b7860d613387304c95b06a5 0.11 MB 280 126
263,021 263,021 00000000000000099233d244d1e57e13a9b6c1069cb4a0cf558809fc31e75fef 0.13 MB 298 95
263,020 263,020 0000000000000006758efbf5785c4a8b0b43f63022172b44b6a97b6a06446bc6 0.05 MB 115 84
263,019 263,019 000000000000000ee084ae4c928de3afe2cf8062aa1ff976fcec3e354d5d77ab 0.00 MB 8 81
263,018 263,018 000000000000000ff6419042559a597fe52e95dfdda4c26df707f2d08fe1fd11 0.02 MB 53 82
263,017 263,017 000000000000000c2682f1b51ee614d33b95870f08233d6e4917574c09f1fa77 0.20 MB 483 113
263,016 263,016 000000000000001203d3d57bb93c25c391123bdeae135a97c8cec698f1660c7b 0.15 MB 68 6
263,015 263,015 00000000000000076ad9ebc81b5c1b150856690625bf17949f70c61c11947b57 0.28 MB 597 109
263,014 263,014 000000000000000be9f9a54b2bcbbedbf58300446c342e62356d58ff4d853640 0.15 MB 369 103
263,013 263,013 0000000000000010e0d6d0ef9369e342f487124705c65e60f4d79cf7005d6508 0.25 MB 586 120
263,012 263,012 000000000000000c7df0731c7f112fe70abe05df5cdc496fb0da9fe6c0976ada 0.01 MB 27 177
263,011 263,011 0000000000000013ec2b006754ce753795d33c042610705c3e76f0f37aac6d9b 0.15 MB 358 118
263,010 263,010 0000000000000002d72eaec29943683f64efd502e8384d032d44313c87854780 0.08 MB 177 70
263,009 263,009 000000000000000945ac88034ef2eb865273f76f6f02c8c162e6b1018aec9012 0.13 MB 328 148
263,008 263,008 000000000000000c696f75a8a38e4ee423f70db1da25f9d33f5ad68b63f64878 0.15 MB 110 28
263,007 263,007 0000000000000002fb20333b4251b532a096999a906a1714f79abdf11fc5ed18 0.01 MB 24 118
263,006 263,006 000000000000000233da3df9848e32b2b3b3fe087ae9472a5b61410069313a09 0.15 MB 194 57
263,005 263,005 00000000000000074ff1ff5175a5ecf057b776e19fab0fa31531e90eef025616 0.10 MB 96 37
Previous 10 blocks ↓
Total Size: 769.21 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,634.51 GB sent, 94.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.