Memory Pool Memory Pool Refreshing

13,795 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (468,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,744 438,744 000000000000000003d083a74fdc1981a7eb67943b01b071d7937816298f19de 1.00 MB 2,532 72
438,743 438,743 00000000000000000185ec6323f417201335a624393fd95082c669a5773e56ff 1.00 MB 2,897 73
438,742 438,742 00000000000000000195237975be03602f773a887fb1fb8ea4a304741dc03268 1.00 MB 2,334 85
438,741 438,741 000000000000000003de45393ca6c8953f414554e2a4c6e0ea9f2b70158fa042 1.00 MB 1,820 94
438,740 438,740 0000000000000000035b41f764984d337cf2572410b97fe82b93ac1562cf2ebd 0.58 MB 1,433 65
438,739 438,739 000000000000000002dcd7495f751908fb75a034509f23a461d2011c01ef2202 0.73 MB 1,671 59
438,738 438,738 000000000000000000088d5c3fb77caef79c89e6e128776b5c0676aa0a8b9411 1.00 MB 2,481 63
438,737 438,737 0000000000000000038c4b27ae0b591135bde8703ef53f6fa9aa5ec5f07db5a1 0.17 MB 464 74
438,736 438,736 0000000000000000038315b27c7a219530adf8d53f80efeb78af81638567be88 1.00 MB 1,673 41
438,735 438,735 00000000000000000276454e74ef1e5b9c00a460052b842a97e0a68ff84bba30 0.42 MB 861 46
438,734 438,734 000000000000000000aa76fad844a65c3598c1d4a6023a6497cb836691092b9d 1.00 MB 2,210 58
438,733 438,733 00000000000000000175b49e7f13b1fae17baad56cda5a9f62c1c80f69c5eb5f 0.33 MB 888 70
438,732 438,732 000000000000000000545f968eafac0f3e861fdfe248dc37f56780e2c2851ca1 0.21 MB 429 44
438,731 438,731 000000000000000001d9d6d425bb0a2f8d3a18f4df6bbca313cfce5f73d28724 0.75 MB 1,057 37
438,730 438,730 00000000000000000331c1eb019d5b5c65a1ace208a37486392df22d78806534 0.92 MB 1,748 40
438,729 438,729 0000000000000000008bf1a40248e25c4fbd3b381edb7ee03745a810f64b078a 1.00 MB 2,835 80
438,728 438,728 0000000000000000032569eef36b8bc86350022c80a754443a8ee6f94aef85df 0.62 MB 1,089 61
438,727 438,727 0000000000000000021bc543833785b5765404a40e99e774a31328a5be305373 1.00 MB 1,186 28
438,726 438,726 000000000000000002decf6855665fbb16983214dc53e85dfff2c1ff5f6f295d 0.75 MB 1,357 54
438,725 438,725 000000000000000001a41d7e4847bf899cf674dd685b95bbce0ecb2aa37cca95 1.00 MB 1,953 55
438,724 438,724 00000000000000000361371d0d78a54e59575679226f697bbc74fa7611969a31 1.00 MB 1,552 34
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.