Memory Pool Memory Pool Refreshing

6,161 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (137,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,286 770,286 000000000000000000071c1094e78faef1aa90d6a098a39f258241bcb8e15e91 0.36 MB 293 9
770,285 770,285 00000000000000000001e7365ab7c4cf717758107ec09b19f1bc4ff93055a6ef 0.78 MB 2,044 10
770,284 770,284 000000000000000000018c5995f09bcc73bcdd063a9c4a8bd48274e830332f3b 0.77 MB 798 3
770,283 770,283 000000000000000000046261963c417108ba66a132793971bea45b4d0a135bb1 1.64 MB 2,637 9
770,282 770,282 00000000000000000004ca49c2ebd6c49aeeb081161ede52d1d00e7c8fb29379 1.67 MB 2,572 10
770,281 770,281 000000000000000000052ee6db8ba6cc2fdbd94d1fc230b822cec7ad57556588 0.42 MB 1,093 13
770,280 770,280 00000000000000000006f70ee8fa7e2f811df88ea7b7bb04d2fcf71c0545dcc6 0.97 MB 1,641 11
770,279 770,279 000000000000000000041f0304f8d8e147b12d9bac166731afc105b46309c53d 0.62 MB 947 10
770,278 770,278 00000000000000000003b34da2c375fe101701b51860164e61b451a4c7e81cb6 1.52 MB 2,309 7
770,277 770,277 000000000000000000019e121ec255ae3978fed55730551484febf9b0ef8e0a8 1.38 MB 1,397 7
770,276 770,276 0000000000000000000241afc9a06bdf64e5acce64ea928b935b2ebdfcdb0da8 1.35 MB 2,295 19
770,275 770,275 00000000000000000007751eda6b7d0508c60e64233b99939013c1f825dbc858 0.34 MB 548 13
770,274 770,274 00000000000000000003b31a3d1042f96d80fa669f16f4b1b37c470cf26cb809 0.93 MB 1,341 12
770,273 770,273 0000000000000000000203a5f9c17989c311ffc198dec915c6f02e38851a446c 1.66 MB 1,203 6
770,272 770,272 00000000000000000006fe63bd166a5e2ba0b0186775391107f299372a6c64ed 1.58 MB 3,242 11
770,271 770,271 0000000000000000000813349d687284e60accae9a9cc1f017cd280e5b2549aa 0.39 MB 545 8
770,270 770,270 00000000000000000001dd3f60ebd1a61f1a0e4d007afa150011311880f9cf6f 1.31 MB 2,955 13
770,269 770,269 00000000000000000004f9179ee5994006fd9e1f0746c1404290c18882b25978 0.24 MB 501 11
770,268 770,268 0000000000000000000062d53b5d5c2841262796893769c9016605727617cc86 0.02 MB 43 15
770,267 770,267 00000000000000000000e0f931a4c5c8bd42fa06722cb4b5f4a66490193183af 0.96 MB 2,178 13
770,266 770,266 00000000000000000005bb0dfa318a0bd0c9678db4498a553cd5271b60201b26 1.52 MB 3,516 14
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.78 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.