Memory Pool Memory Pool Refreshing

3,757 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,515 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (566,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,687 341,687 0000000000000000045d546defdefd093a35c7ca8f4204736f593412057c494e 0.25 MB 513 27
341,686 341,686 000000000000000018163e06772a54b6ff08370c8cd6364d8a0db21b1248bc7e 0.19 MB 322 29
341,685 341,685 000000000000000001c1af25cf30f66157cb974d75d31e8d6072247820593be3 0.67 MB 1,123 24
341,684 341,684 00000000000000001481a3b60d986eae50a0ea469994bfcf4f3a418aedf1d829 0.18 MB 334 28
341,683 341,683 0000000000000000013ac54b266e6e83a4fcf3bde2b7b82e6350ece0aedc3dd0 0.62 MB 994 22
341,682 341,682 0000000000000000135433fb5e16fac372ffe363a55290ebc284afdddb78a866 0.08 MB 256 39
341,681 341,681 0000000000000000154f3d8b0db35ce238156cfaeb45847a7eeb74c01a770511 0.16 MB 289 21
341,680 341,680 000000000000000014166cc22ee2e7fd0a00b3eb1b96e053258233e21a898333 0.70 MB 1,195 21
341,679 341,679 00000000000000000acd8b034a89ec60f34f4654fb34e4fb6b39b0c4354776db 0.75 MB 1,332 26
341,678 341,678 0000000000000000027dfe8c0cbf24ba8ee721132137e70d5ae19956895c5ec9 0.75 MB 1,880 32
341,677 341,677 00000000000000000f21d285745fca3ccad2d70126486721dc148d1eabb87378 0.17 MB 512 37
341,676 341,676 00000000000000000ea5c13fee717ee56712f0fc3835da9f50cd12aecd31f29f 0.04 MB 104 12
341,675 341,675 0000000000000000003f5e98e4524451e343bd48d3c1e84613a309a1e67737cd 0.33 MB 699 26
341,674 341,674 00000000000000000acc5512d302d76abbe85caffde48a9497d9fb9d3ad6ab15 0.69 MB 740 14
341,673 341,673 000000000000000009d656c53d500f39dae7b59604c8bb7af8399edc0d0baf41 0.75 MB 814 18
341,672 341,672 0000000000000000120a8a68673b21058159c0b21da36e0eb5689019dde22baf 0.06 MB 63 20
341,671 341,671 00000000000000000d14002147edbf73762c02bee6a0e583e0b41569fee09e66 0.75 MB 2,102 31
341,670 341,670 0000000000000000062e8d7d9b7083ea45346d7f8c091164c313eeda2ce5db11 0.38 MB 1,031 40
341,669 341,669 00000000000000000c05a2f67ea3f3d84adb452dd21736596c3ec4856a1a1dc2 0.45 MB 1,031 40
341,668 341,668 00000000000000000604b32b40e825d71f562adec2a18cb05322fb211e147a59 0.27 MB 616 31
341,667 341,667 00000000000000000bbe286a8c0727c72a25286482e2b83ebca02ffbc381ea81 0.58 MB 1,058 37
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.93 GB sent, 92.85 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.