Memory Pool Memory Pool Refreshing

3,612 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,589 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (175,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,856 731,856 000000000000000000036c9a7b0f40541c8560394ff66b004516fdeb28fd211b 1.72 MB 1,910 5
731,855 731,855 0000000000000000000134e03bebff1083ab16c08b377888cb46fa5c6cec64d9 1.55 MB 3,032 7
731,854 731,854 00000000000000000006bbcb91cdbdf1c52a56b4577a0cb3ff9e0b8caffef02b 1.89 MB 1,911 15
731,853 731,853 0000000000000000000654c873417f81280d994f73b712baf83b8fdaf4135e75 1.53 MB 3,074 10
731,852 731,852 00000000000000000005826ac37eeecf1a3312b6c35357bd731ddad85599b4c9 1.98 MB 1,193 4
731,851 731,851 000000000000000000007c695693d2762ced407d7bdf0434500b8191a8d603e3 1.48 MB 3,132 7
731,850 731,850 00000000000000000005ddd7d5eaf4adc0624b0a60b53c13298c2e136322c30d 1.48 MB 2,793 19
731,849 731,849 000000000000000000050bf6e6c2aafa8ca6dc6c7d274fe3862f54dd13f61197 1.85 MB 1,764 6
731,848 731,848 00000000000000000007fbd7ead0c8de636df70c2a4a4323a2e0ba42e0e11f56 2.22 MB 521 2
731,847 731,847 00000000000000000002cd90e1268cb6d707077ddaed420d4dc63b0582333be5 1.62 MB 2,425 7
731,846 731,846 00000000000000000005c837675e6bcd0a3ab7db2b0d74858d5edbe62f9c7302 1.36 MB 1,397 3
731,845 731,845 0000000000000000000507374dbc031ca02098979162e2c0726a38fcabac916a 1.56 MB 2,879 3
731,844 731,844 00000000000000000003a225e3bdcb6984f086fc4b60da1a0c202652bd172579 1.43 MB 1,972 5
731,843 731,843 00000000000000000000c394abd601ab1870da69b140446b7f168321293ae0c3 1.47 MB 2,832 12
731,842 731,842 00000000000000000003aeb1305ac1dba1328d0a5bd26f0cfe0daaf8fb363560 1.40 MB 2,481 7
731,841 731,841 00000000000000000009749bf10ac2caa187b6f9cae68f3bee9cfbdda29d06d6 1.54 MB 3,245 12
731,840 731,840 0000000000000000000291329032de018f67977cf572e4811a5231450ef95ccf 1.46 MB 2,967 24
731,839 731,839 000000000000000000076cce2ac5551e08dd62f538104a3171017a6dca32b2f6 0.79 MB 956 3
731,838 731,838 000000000000000000081a9001da699e7e64ab1b8aa25e7c510e85594fa00d44 1.58 MB 2,754 12
731,837 731,837 00000000000000000005b20d23b405340be690fcc411b633d0cfff19c2865126 1.49 MB 1,045 4
731,836 731,836 00000000000000000000f7400f67627733f6a83eb771af48e5376ee37d31363d 1.50 MB 2,491 5
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.