Memory Pool Memory Pool Refreshing

6,208 transactions (2.73 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,143 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,828 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,142 (875,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,283 33,283 000000008d69aa580af7258115a677037a9247d5c576ac1dc3031ae65df0851d 0.00 MB 1 0
33,282 33,282 0000000081fff565f25c0157519d8b601ef945db049b54c925a8d45fc12ca468 0.00 MB 1 0
33,281 33,281 0000000040911189e00909ce779ce2872fcf5df5486c4a32f7ba43f7806fe89d 0.00 MB 1 0
33,280 33,280 0000000042890a98a65e12b6335913a6035965c66ee34f30ba3e9a3909a1a08d 0.00 MB 1 0
33,279 33,279 00000000c0632114ef5855fb215fbd13dee6557f04d2344d282231cdc98c1629 0.00 MB 1 0
33,278 33,278 00000000635c2aeca9b08766df1e9741acdc2258329ab3aec4d7fbd6a39b62f7 0.00 MB 1 0
33,277 33,277 000000006cb8bad2496bb9da18055154416b7acc8b8400db37362a11e10e0650 0.00 MB 1 0
33,276 33,276 0000000070e114759bba4923a36d45876f929376bd50df15807b2a99b011bb4e 0.00 MB 1 0
33,275 33,275 00000000b42183d7aae09fbd06e6b7bfd9ae05935f4410c6d7e0f9ff4c1f0374 0.00 MB 1 0
33,274 33,274 000000004a7a3e48ed7d9fcfaf8e8461b747dc56edf7d05d14436e31e86f0cc5 0.00 MB 1 0
33,273 33,273 00000000a68e06835d3b27e04212942414a9b3afe5f6f837ea0c5a5dec2d3282 0.00 MB 1 0
33,272 33,272 00000000344f44686eee86061ca067c35b9e964c1195fd39a0ba8eceeea5c647 0.00 MB 1 0
33,271 33,271 000000003551c5e5262a9caa8ce69a17e7330694015c44f14fcb6390ae9b0ea1 0.00 MB 1 0
33,270 33,270 00000000a4e687a0e3d658417681be82e323b0d9e45a3002a3a2ec53040c603d 0.00 MB 1 0
33,269 33,269 0000000000f5e6b427390ef11ff9e90735e4f44cbfde1d7aa7e20334b1307fb3 0.00 MB 1 0
33,268 33,268 000000008a9c7e699fafcea227a81cfa5297d6f5402998261550302723fa4457 0.00 MB 1 0
33,267 33,267 000000005fc4bcdbacbb45c49ba71a4e4c432c28ab78e51c92413dbc55a09c22 0.00 MB 1 0
33,266 33,266 00000000b7510723890cc2619f21789595c5adbb6f681dc62fe41154a411498b 0.00 MB 1 0
33,265 33,265 000000003ee9f932b5e920c1b75c0cbac0fed3d52a4b8846d3b9ef6bb5910a8d 0.00 MB 1 0
33,264 33,264 000000000b1f741a1d1db530924a4e299e0744c4950040fd587f7e182024eb6f 0.00 MB 1 0
33,263 33,263 00000000049f4094602a6df18d3b75291271dd05f93fc1eb727363e729790d63 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.81 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,954.83 GB sent, 106.65 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.