Memory Pool Memory Pool Refreshing

8,139 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,726 (597,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,093 310,093 0000000000000000145925affe76100c61734ac6b13e24e3849e14d7a52da02e 0.44 MB 914 34
310,092 310,092 000000000000000022d5071181d88c9a785091cafc010d17c7076f8ce216373f 0.03 MB 68 21
310,091 310,091 000000000000000011df88d2e4e8352ed95a3fa5b29f6ce84ad48792a9b95550 0.60 MB 792 24
310,090 310,090 0000000000000000083ecedae17f8b47e9ce33f76ccffbf9c95e362f23c869db 0.05 MB 23 3
310,089 310,089 000000000000000040a2382001b6fa08a6486e7c17000c89440517e8272ad6e0 0.29 MB 593 30
310,088 310,088 00000000000000001ddf5f27f4205c1e2db8a595321bef525f194a74c8479d2e 0.35 MB 464 21
310,087 310,087 00000000000000003680c2e68ccd9a506e07cf3e481c35086b6e849d3973e787 0.09 MB 256 40
310,086 310,086 00000000000000000b8e84fee6a45f358fa83f41c163bdbce837f9e1c1f32fd6 0.50 MB 868 26
310,085 310,085 0000000000000000351a0599912172d7e908f6fac551c28eba2dc6105347aedf 0.16 MB 512 55
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.