Memory Pool Memory Pool Refreshing

571 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,790 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,789 (110,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,373 797,373 00000000000000000000918eba4c624cea3cc9899cc1a13333b7e57d59be6565 1.93 MB 4,986 7
797,372 797,372 0000000000000000000050654708084725d1af077efcdc4976aadf4d376707f5 1.44 MB 1,448 7
797,371 797,371 00000000000000000002bffafa7027a490bbb51890c368c1d5f934e1071b4356 1.59 MB 2,676 17
797,370 797,370 00000000000000000004134b5d1be97a037e1f8027723af2ea9368e73fa910ca 1.72 MB 2,282 8
797,369 797,369 000000000000000000017f6a2bde4eed3fd36e5e6a7ad6d26414538fd9afce4c 1.51 MB 1,530 12
797,368 797,368 000000000000000000022562d087aab671adf96bb38a3b0653fdd10bbb6f138b 1.64 MB 2,607 16
797,367 797,367 0000000000000000000372d2f497a8986e0e1cc20c7726d039c78df3f83a65da 1.71 MB 2,781 16
797,366 797,366 000000000000000000057acd933b31c059e4f1e362b7a1cb3ff20989d0ecc1e1 1.80 MB 3,674 8
797,365 797,365 000000000000000000057f0e7b88af058d5eac4785daacfd4ebd13c0d7d80168 1.73 MB 3,728 7
797,364 797,364 000000000000000000026b6a8d8ce00f3d2c229d3d1d715a1c7f7596720eeaa4 1.51 MB 2,992 20
797,363 797,363 00000000000000000002f061f9c6bb00ec905b504ea6952f997163ab76ba40b4 1.89 MB 5,220 6
797,362 797,362 000000000000000000014c5999cbce2ce3b7e191fb631ec736cf5fbfbd142484 1.76 MB 4,437 6
797,361 797,361 000000000000000000001d0920518e89845ef5917cedd031584bd846491a0937 1.91 MB 4,265 6
797,360 797,360 00000000000000000002d29df8f2b36190a90355022f0421f7a2f775ca628faa 1.47 MB 2,323 14
797,359 797,359 0000000000000000000041953dd4b420dad0a1c2e1690218323fc5b2ae513260 1.96 MB 2,836 5
797,358 797,358 0000000000000000000434aaa2cad996d774b66a17974ad1381f618a78e93e73 1.40 MB 2,315 18
797,357 797,357 00000000000000000000bdfc3aab416c30cf986a0b2c6b8950e24a62db7f8597 1.37 MB 1,883 16
797,356 797,356 000000000000000000044454e63057f99ff60d474046af0a5e044c749f944b15 1.65 MB 3,305 15
797,355 797,355 000000000000000000002c52c7a673031ea0e1662a9385ac9c446f21eb67168a 2.08 MB 6,509 4
797,354 797,354 000000000000000000014b5b090b6e009b4fbc6c7d85564f15e9d4f41f1738a3 2.02 MB 4,301 10
797,353 797,353 000000000000000000057d166696acc9c13d7185264735cd12420cec1af45da6 1.91 MB 3,443 8
Previous 10 blocks ↓
Total Size: 769.15 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,632.26 GB sent, 93.61 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.