Memory Pool Memory Pool Refreshing

6,453 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,254 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (796,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,414 111,414 000000000000a85bdcd0ed03ba71f8321c51034abf963d35b6221fb3bd98b1b1 0.00 MB 5 0
111,413 111,413 0000000000010193c66e05956da9f111a451b51d5da453f38f1d8c3f129e234c 0.00 MB 10 3
111,412 111,412 00000000000090a6a156ac2549f36efff9d355eaf674b00b389b36778d3b2ecd 0.00 MB 11 3
111,411 111,411 000000000000ad38a1f410b4a3662ee4181720be2aa99e94fb6ddca10a537939 0.00 MB 7 0
111,410 111,410 00000000000095c11be903069e2c361462f404cc94193f95201924d249a71d57 0.00 MB 12 3
111,409 111,409 000000000000e499606fb9d579a28143c1398e07d967ecd94e6bd1bfecaff399 0.01 MB 28 3
111,408 111,408 0000000000001a01e5be67aae41edff32fda27763d9e3a7deb39a9523e957ad3 0.01 MB 12 0
111,407 111,407 00000000000109232e96459fe00b495338d024ba0c53c658abfea199c97d29c7 0.00 MB 10 0
111,406 111,406 0000000000007f4548049635b3e0903a81e37cead811e8dcea21d46b39a75ff0 0.00 MB 12 3
111,405 111,405 0000000000007dd2f3186d533b3bdf3104581bd86fd4ca4640fd2f6d8dfcdaaf 0.00 MB 17 14
111,404 111,404 000000000000ef0521f8ca8179d0144021af5ce73ed496c3a8f6c2da779a5919 0.00 MB 3 0
111,403 111,403 000000000000a793d63e9e4296e6cd738e4192fdde471e7ee4016b22fc87b17e 0.01 MB 33 12
111,402 111,402 0000000000010474bc84c4fa0f5a591b2665fffc196a1be1946995777e6bedf1 0.00 MB 8 522
111,401 111,401 000000000000d114d32e785d8b680bc11a764af0b01ef0da43b70bf3b6cc12fe 0.00 MB 11 3
111,400 111,400 000000000000ae56d35b98df16754c1ef687c920b05b52ccc7807b515ede7915 0.00 MB 10 3
111,399 111,399 000000000000d775129e8c2640e965f6dcaf4f3d097b5cdc4dccec29d31654c1 0.00 MB 13 10
111,398 111,398 000000000000c5235348079a379381101be8c19248149bdeaa0de08db81c8ac6 0.00 MB 10 3
111,397 111,397 0000000000006e7e9e10444557477daf02ae836ac0e8150e3356c88643316970 0.00 MB 12 3
111,396 111,396 0000000000001c98fb4c67c82ca7cca6a2839adbaeaab73ac8c4846fbc341fcd 0.00 MB 13 3
111,395 111,395 0000000000012a4abd064af8a0347413e865e5bc6e44cf5a70673a76847ae4ba 0.00 MB 10 3
111,394 111,394 000000000000e556a590a7cfabe6fed63abbc044e68c3a343a80941297e781ae 0.00 MB 12 3
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.