Memory Pool Memory Pool Refreshing

2,639 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,757 (615,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,388 292,388 00000000000000002c15c29c77ee5b0330805cddd205cd4cd0b82a9d54b3d90f 0.06 MB 77 19
292,387 292,387 0000000000000000c010ff7b77eab3e645d8cff96a013614acf5ab9160ef0849 0.08 MB 256 88
292,386 292,386 000000000000000034bc1e164ca1ef26b2435a8732409941df9203e46204402f 0.32 MB 327 17
292,385 292,385 000000000000000084ddc76357d51778ee9a95212893853ccdd77ae3fa40b628 0.35 MB 973 54
292,384 292,384 0000000000000000537f12ea17b647f6c5c33d28fa6972a64a3e5c74fa232e77 0.35 MB 400 26
292,383 292,383 000000000000000044eccbfd2793083b9ce05d0b50593ff4dc5fb25c866025c8 0.41 MB 1,024 66
292,382 292,382 0000000000000000d2bf3560a803406089d9c1b1a10df6e8fa8c5dbb6368480e 0.13 MB 258 43
292,381 292,381 0000000000000000a3b4d691e6608d90d317a610ba920656b93a0268ad7c7dc6 0.21 MB 408 47
292,380 292,380 00000000000000007f67939189d4e251addb787a7ca46a1d445fef9a81d81c2a 0.20 MB 460 54
292,379 292,379 0000000000000000aef606d8719656f66ac4bc00d4b4620e37712c600b07cacb 0.01 MB 32 141
292,378 292,378 00000000000000008a568cecd1c939aa7dcd66967050ff9bdfd03fc03f670566 0.15 MB 227 38
292,377 292,377 000000000000000091f4be1175c2bdacf0c75a8f88bbc368c7441bcf46cfb367 0.14 MB 235 37
292,376 292,376 0000000000000000a75b703fe55cedc9255181c7bca1b5ada74a1f3b2e9c23dd 0.09 MB 179 49
292,375 292,375 0000000000000000861596a06e14b821f49070a3317b8c0d40d3ee8be9aaf201 0.33 MB 674 46
292,374 292,374 0000000000000000179ffbe0110aa9540227366dac69479bef85f2ea9dd47b69 0.27 MB 397 34
292,373 292,373 000000000000000014a5c152fe08002320c432ac184b74d17cfbce3772ce3f03 0.35 MB 701 69
292,372 292,372 000000000000000093cd3f76410be33dea2e3b9ce5b70c2ea881622d601b1894 0.09 MB 134 7
292,371 292,371 00000000000000006b286479c5ada6ae8c9670651ceb9b44c7f9e5e520f998a0 0.35 MB 499 46
292,370 292,370 0000000000000000be42276bfeba7568da68948a05179c8d2c3e710b57bdd21e 0.35 MB 305 19
292,369 292,369 0000000000000000d7c2b95127a22fdbec6857829c847cf5ccd57050f933dc32 0.35 MB 938 59
292,368 292,368 000000000000000070528cc3b992b4f6f24492e3276e945b4a912bfa12c42d4b 0.72 MB 889 32
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.