Memory Pool Memory Pool Refreshing

9,060 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,569 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (607,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,365 300,365 00000000000000002a63bef174c61aa7eed186a762095c34958cbc300deeca7f 0.48 MB 343 14
300,364 300,364 00000000000000004359aaf6ec5381d53009a9d64ac369c4b982ab84a63e4d18 0.25 MB 315 17
300,363 300,363 000000000000000026c815cceef5261afc9f30c2c4e6ffad31763df659975e6f 0.25 MB 513 31
300,362 300,362 000000000000000072854bd65d51eed3f4a2b5906a73ce5ad62a62f13dca0417 0.35 MB 1,039 52
300,361 300,361 000000000000000086a02fbbc7f381ebc27d09b8f48bb668813c0b6d089f168f 0.21 MB 429 33
300,360 300,360 000000000000000063ea4ef831cf0e10b913c9f7765be62922af9524dfb4e814 0.03 MB 49 24
300,359 300,359 00000000000000001a2ea298b45742248e097db3e25513f8c5e74d75ca8dd7cf 0.08 MB 158 21
300,358 300,358 000000000000000008d6cbc3cd1516a405841aa074265e071f9005b2f388fcb8 0.16 MB 281 31
300,357 300,357 0000000000000000614bb78c5b9823e55862da3eec0400cf593fd9cd655803cc 0.03 MB 56 25
300,356 300,356 00000000000000007526f042e047cc1b8cd979b24a323273406d84f03b0f8d95 0.04 MB 61 26
300,355 300,355 000000000000000039e70d3a99961554bc3d6514e97472faf6b207304b31a17d 0.04 MB 49 16
300,354 300,354 0000000000000000752c7cd85953116a3aa278ffb8e4fb44167cc1146879843f 0.07 MB 170 33
300,353 300,353 000000000000000081eb811e434ad567fcb94cf9e0adaab1cdd68fb6fb57ffe9 0.02 MB 38 38
300,352 300,352 0000000000000000217718e6ddf14129d1d8483698339f7501cffbea167f5954 0.13 MB 240 27
300,351 300,351 00000000000000003030535121a3ddd7138d998800dd799769f9d29b247dc3a7 0.25 MB 428 29
300,350 300,350 0000000000000000143d9e3139bd7e1565484f35ac1314ac06f3ecc53f3cebd4 0.08 MB 142 30
300,349 300,349 000000000000000054ab8596ef98293d43a0091a8ebfd596df3063d747b8af8a 0.15 MB 256 30
300,348 300,348 0000000000000000325cf7b47615aeaa26eeff039d2eb8a8c1c5e7d2f3f54a90 0.16 MB 316 41
300,347 300,347 00000000000000006d50e6f5eaea54c0d6a53f76318eca3c1f616f5245797420 0.39 MB 356 21
300,346 300,346 00000000000000004022a273222f057073e460e86dbf2284399caf36b2da400e 0.35 MB 808 36
300,345 300,345 0000000000000000265a1297b6bcdff018d66fe45e4dd34f8678e345241436e6 0.36 MB 355 16
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.21 GB sent, 93.02 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.