Memory Pool Memory Pool Refreshing

526 transactions
0.24 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
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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 513 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (597,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,084 310,084 00000000000000001179ab36c2c029dea89d6c5506042414f6d5acddc46c5c86 0.00 MB 1 0
310,083 310,083 00000000000000002c8d1f61ef0a3d4c0bef36ccce8d54b938d01a7bba35e0d9 0.14 MB 287 29
310,082 310,082 000000000000000010fc0649861197de42e702c652c0bee35b0648b046099061 0.02 MB 64 19
310,081 310,081 00000000000000001b1f3c0b7caac84a6d260b215b9413a8da5b5ef0d689ab51 0.56 MB 1,142 30
310,080 310,080 00000000000000003c8f1a43fdd897661cad623ec499d61d1b00512c94491d77 0.61 MB 1,215 32
310,079 310,079 000000000000000004ac7e3fa54dd3a985f7c63f2708df565bd079da8fd05694 0.14 MB 233 22
310,078 310,078 000000000000000013b293ac733654ba6e0e939103217544fa5d320c56361509 0.11 MB 162 26
310,077 310,077 0000000000000000151babe93aa77b70f5aef053d0ee33acbf52a71352cf7d43 0.50 MB 892 27
310,076 310,076 0000000000000000044739f37cd2774c5456b4469a0d6916fb38ea0aaabdd68f 0.31 MB 406 22
310,075 310,075 00000000000000002244990ef6a269a4842fd2f1adf56b3804acc4ca3950d204 0.35 MB 770 33
310,074 310,074 0000000000000000151e3f949ff1c9bbe7a5ea059471e39e351a1eabfb99323c 0.43 MB 798 29
310,073 310,073 000000000000000030d844c445ca5ec37cb8ef477d2bfb055818f6e8e1e7ba0b 0.04 MB 86 32
310,072 310,072 0000000000000000278befc970b8cdcff7152994875598b19d70b6cd4cf10461 0.04 MB 15 16
310,071 310,071 00000000000000001e1c56f686a6e7272af2016eee7e4a5cea59b201b3cf2a14 0.16 MB 188 16
310,070 310,070 000000000000000001987c987ada5d7252a7113b1080c7419c2f8ed371a952cd 0.50 MB 904 27
310,069 310,069 00000000000000000c0977ffff8caa48d9894e24e2f67a828ba956681a8bc1e0 0.04 MB 54 20
310,068 310,068 0000000000000000013d1d7eaa3d510e3cf0d2ccfe05a15c99defda5b7ab65d6 0.26 MB 555 30
310,067 310,067 00000000000000001b5e4c51d0a30f9e1727204d3ba8fdd52f893b4d14318a47 0.09 MB 147 25
310,066 310,066 0000000000000000330fb93ba560bc2f6b4e3a2ee157ebd7156e0e4b727d7920 0.75 MB 1,352 32
310,065 310,065 00000000000000001fcd94f0a4f84d1c04285187d20a2dc6c1796925e5c5ad42 0.06 MB 136 31
310,064 310,064 00000000000000003bd0d700fbaf948c143ceec348d0579154cd5e755c193e68 0.03 MB 48 26
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.78 GB sent, 93.46 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.