Memory Pool Memory Pool Refreshing

4,896 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,124 (82,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,285 825,285 000000000000000000034e8ea92322f59438f61266d86d147837286103a766b5 1.22 MB 1,273 36
825,284 825,284 000000000000000000017e6bcfee2f455f7246c8ce4ffaf91bd0a4c067777984 1.33 MB 1,901 45
825,283 825,283 000000000000000000027a42d3c3278594874f331d783efca9bbc3a1d996c8c6 1.23 MB 1,070 33
825,282 825,282 0000000000000000000068db0c3196f7af78fa1cf7f7d51c05f9546ed667a0f7 1.55 MB 2,648 44
825,281 825,281 00000000000000000000d0b76fd9ca64008cd3e2a84969294508606b611dbb8d 1.71 MB 2,638 40
825,280 825,280 00000000000000000000b710719715d56cd3df05700c84e2c64903a87ba4cb01 1.63 MB 3,386 62
825,279 825,279 00000000000000000000143fadf517a07089925f4cec2986edf5dd731c971d75 1.58 MB 3,687 97
825,278 825,278 00000000000000000003050b2e299a9c901df3052366b3274d8aac27fb6b0749 1.68 MB 1,739 37
825,277 825,277 00000000000000000000ef5607cffa1a956daae585f5c1fea81422f9ec265de8 1.54 MB 2,853 54
825,276 825,276 00000000000000000000c3fab0e543137958749bb1b0eb172b89ec959770c85b 1.67 MB 3,295 48
825,275 825,275 0000000000000000000074a2e0f71da48dbb78d52b3781e08bbfc1956d178338 1.58 MB 2,798 65
825,274 825,274 00000000000000000003a11c275888851b31265c3f428b110ea7992b808e8ed0 1.70 MB 2,531 43
825,273 825,273 00000000000000000000f180479aa02c5d3f955360d63bf891378571a6c5db8f 1.72 MB 2,847 41
825,272 825,272 00000000000000000000661379d584b073201c4d75f956dca9e21765425b142b 1.72 MB 3,176 55
825,271 825,271 000000000000000000004af4b41e02f22f380b8dc1da026915834ac8fd3cd899 1.51 MB 2,517 44
825,270 825,270 000000000000000000002f2461cf68180b207d6d42e83ecf337bc2f21a22856d 1.32 MB 1,217 30
825,269 825,269 0000000000000000000331392a44c826120da47bc09750045a87e97651ce09dc 1.38 MB 2,305 40
825,268 825,268 0000000000000000000366c148c6c67118d02fd6ad482276d80d44de37075353 1.18 MB 980 37
825,267 825,267 0000000000000000000121f710577fd0016e8a85725fd21a58ab7955d2928835 1.11 MB 700 33
825,266 825,266 00000000000000000000586e1008bdf57f7b4c6919bd4ba03e128a7693accf60 1.55 MB 2,513 44
825,265 825,265 00000000000000000002fea6ef66a264828fcc53ab92078d8f4e79f799512fdd 1.28 MB 1,626 37
Previous 10 blocks ↓
Total Size: 769.78 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,679.94 GB sent, 96.79 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.