Memory Pool Memory Pool Refreshing

7,414 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,556 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (824,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,722 83,722 000000000010d0f4c644d54706ef4a3c8448a90b3efc1dc3ef0bead44a34735f 0.00 MB 1 0
83,721 83,721 0000000000035472044d8a0e21f26fe4a73714d31cd846fe89a4142ce0ce210a 0.00 MB 1 0
83,720 83,720 000000000007561cb31d9540e47e9e2f0d833b2ac63b4e2cb64363f093297a43 0.00 MB 1 0
83,719 83,719 00000000001c7681e353b6a96a3a9561ffef7757696200343d1f79988113dd22 0.00 MB 1 0
83,718 83,718 0000000000002874d18d03dbd5105822df8e8317b25be17bd24a2006fb613b7d 0.00 MB 1 0
83,717 83,717 0000000000038d3777acde6429bcf4195d13096a51e01448fae86b0ad761cc4c 0.00 MB 1 0
83,716 83,716 00000000002cf11eff9aeb5a7c23e14fb9af1d69820c00afe64c9366291ade2b 0.00 MB 6 0
83,715 83,715 00000000002e9394106872a0ec6b0375b4145faab20cc77be0678450f59e9b6b 0.00 MB 1 0
83,714 83,714 00000000000b091493eef33dcf0a0ad01cf3a9fbbd28db81397d7b2cae39323c 0.00 MB 1 0
83,713 83,713 0000000000304a1e3769e270f1f7d360d1f42eb6795bd8f612a024acedc10907 0.00 MB 5 0
83,712 83,712 000000000028f03f21094fcf869a57bc9121bcdd8d560f123a4e6e7426283051 0.00 MB 2 0
83,711 83,711 0000000000170c986c31ae7259e8e6e858816a1130f7ba72f9080cc46796d30f 0.00 MB 1 0
83,710 83,710 000000000029907c05a0ce5ec3c0d1ad2ab86b4f8d5970eaaf76be40e137ae63 0.00 MB 2 0
83,709 83,709 0000000000294e6eeed3d117aa63b71161590893a07d8d81882ca9f2d623fd08 0.00 MB 2 0
83,708 83,708 0000000000018aa5ba90ab6c3694d183d295ba6ec25e5b436f2b9dcd2579a17e 0.00 MB 6 0
83,707 83,707 000000000023c0f5c78dd874de2fd1d67ea96e7d63af60b0832d7cbe3befe712 0.00 MB 2 0
83,706 83,706 00000000000774b398ba3e32db50e31ca907d1ec24d4f6e1b2d72f176f46c8b1 0.00 MB 1 0
83,705 83,705 00000000002b1a57b2720fa52f5a827eb82ba932d904a5b40b6407ffb6896e4b 0.00 MB 4 0
83,704 83,704 000000000016e0bd862df1963bea3a0776b1d66a47cea31fc2acd0cd1d0f80e9 0.00 MB 2 0
83,703 83,703 00000000000449cdfdf3fb905d8e92b3baf177f425c4d352f8428172d11cfa65 0.00 MB 3 0
83,702 83,702 000000000011a5dde27f55eed8ec008d4751184ee1e1390870f290252c530fc2 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.99 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.