Memory Pool Memory Pool Refreshing

566 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (687,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,214 220,214 0000000000000120c244c43974fc84df79e53715013329c44a26b7f7c95754db 0.01 MB 27 75
220,213 220,213 00000000000004b37409cc259d6a1909d2ad4208bc813e52c479b449d6c6209c 0.18 MB 233 111
220,212 220,212 00000000000004fc3e401886b848306e1f1d1ef6c794cf90c445ef17dfca3a89 0.23 MB 432 139
220,211 220,211 000000000000010370fad0c0679cd6c647db3794b44874e66a488d7220d803bd 0.25 MB 737 259
220,210 220,210 00000000000002f1d639a6f7d86b49a18be520df41617327da7a78616c05bc1a 0.29 MB 383 125
220,209 220,209 000000000000002f8596f3f13d37d1e3c2e3389b182cbe173f60758cf8e584ab 0.25 MB 820 329
220,208 220,208 0000000000000310f7509ecad7ddf2266138920090a75f625b276bc2408f9502 0.00 MB 6 187
220,207 220,207 0000000000000515a0b286798f51c0ca678cb08994ac26dee5bd849231dcb990 0.23 MB 556 234
220,206 220,206 000000000000034c95cd6b767ae2f9575a9529b9008be763123caa09d3182762 0.07 MB 174 313
220,205 220,205 0000000000000508b1e598f656d5a77e7f74dc2f670f6d07f20d3007a58d69d2 0.00 MB 10 77
220,204 220,204 00000000000003f019cc0f7823722c19b5feffe12dd820da4890a0fca09217e1 0.07 MB 138 225
220,203 220,203 000000000000029a6c116c7225820a19170cb949e5f0cad1de6d740ddf6a3a0b 0.18 MB 438 227
220,202 220,202 00000000000001117b1a578c418be5ada50899443daa2ba54571bca5062e4209 0.02 MB 51 137
220,201 220,201 00000000000001cf3cdd280c5435da770b53c5da0bb428b0e1d7a9bf83dd81de 0.20 MB 522 227
220,200 220,200 00000000000002b3ce8b1fd19ece53139ca2810392cabde647b1cd67977d9192 0.05 MB 100 231
220,199 220,199 00000000000002e6678cbf1203a03895d15616a6003a7d44ac806cfaba12917f 0.02 MB 33 131
220,198 220,198 00000000000002643422856d0be9db9a1e1090765a74122275ec6193c4bdcd0c 0.10 MB 236 136
220,197 220,197 000000000000016c8872a52aafcfe39ea46d3649d0d1ba7cb8071d36bc4eafcc 0.23 MB 551 181
220,196 220,196 00000000000001a5fb2ad8a50eca40e72f74c4a2067db5809bb87b3b8381bcf3 0.04 MB 110 87
220,195 220,195 00000000000002b1e469e78df96be306eac4fd2835eeb63951a0a4584d4ab06d 0.20 MB 514 183
220,194 220,194 0000000000000437d9e173f4bb27f65b5ed076e7a81ee11bec6c0dcb1b3d2706 0.25 MB 623 215
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.