Memory Pool Memory Pool Refreshing

3,638 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (172,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,100 735,100 0000000000000000000248ed6f84e36d83ed35726dfe09dcad84b5e2d7cd83e0 1.65 MB 2,670 20
735,099 735,099 00000000000000000005d0dbea19d1d1863978ea1b88d36c4c57bd80b596aad4 1.46 MB 2,898 21
735,098 735,098 0000000000000000000337e4a463e6854348cc09d2afe0a1435af0c320ea2eef 1.65 MB 772 2
735,097 735,097 00000000000000000007fc6c84de77201f9bed09e541370bf5003038d23b5068 1.60 MB 2,302 2
735,096 735,096 000000000000000000035d9c68d4a24279ffe39220a29f3d0e8b7855fe1c3f44 1.42 MB 1,220 16
735,095 735,095 000000000000000000051a38d55a2c2b1b9579feb459b9ee90cbd62e02ecae0b 1.80 MB 1,325 8
735,094 735,094 00000000000000000003b416652b6ddf49b7f709d7ccace5a8e0d8c0ff6c38bf 1.71 MB 1,475 4
735,093 735,093 000000000000000000025cfd0eb09178a495989ae9dcf9096480ee163240a81d 1.59 MB 1,449 9
735,092 735,092 000000000000000000082c767c223a6239c845ef312f0fcda7da22854617bc59 1.71 MB 1,966 8
735,091 735,091 000000000000000000088af1fac40c0fca0cc7ab06e7ffd7c85e6ba33a03b94e 1.67 MB 2,178 6
735,090 735,090 000000000000000000056c37e4a4942c237dddc6cacb9ab01e376fa62c6a8747 1.71 MB 1,853 6
735,089 735,089 00000000000000000004a24c95112c0d3e404a1625a3adb2b897fbef9d9662cb 1.63 MB 2,416 6
735,088 735,088 00000000000000000007adb6891a810ada959ad5d29da8cb789ce2f1ce256db6 1.53 MB 2,032 14
735,087 735,087 00000000000000000007a4a471fb4d23fed9f1b917bb97ac9a4cef19e17b405c 1.49 MB 2,816 20
735,086 735,086 00000000000000000003d2f0a7c39148a119c7d85a128d754124599c7062e4fd 1.56 MB 2,000 6
735,085 735,085 00000000000000000003703564c11281fd3065ce897905a6479843764266c40d 1.42 MB 2,567 9
735,084 735,084 00000000000000000003ee7c193cb72f939603772201244bc72704d7a89c630d 1.51 MB 4,430 7
735,083 735,083 00000000000000000005fa3ba06ef7fbb7214ef3a6db4b28ec0820ac191ec261 1.63 MB 2,897 7
735,082 735,082 00000000000000000008347ec6d3654269a3ebde8d3895f6c9fd225e03c9cf96 1.16 MB 1,260 6
735,081 735,081 0000000000000000000168c888908119a7f8b8adffe91c4e38bc7f7d8151e13b 1.52 MB 2,835 16
735,080 735,080 00000000000000000006f0314458f31755e770e925d87a13ef50600987016948 1.57 MB 4,547 6
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.