Memory Pool Memory Pool Refreshing

13,981 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/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,361 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (582,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,825 324,825 00000000000000000499374102428fe8424817964f06f72b59f24677e948b429 0.26 MB 306 20
324,824 324,824 000000000000000015cc9de3c40ca45308266eb581566998e71a7f5f25874064 0.00 MB 1 0
324,823 324,823 00000000000000000ee8ab1759741580a728899faa2cc91d516423d2e6f8ba02 0.24 MB 407 27
324,822 324,822 000000000000000006880233f89f572f006fd5dad0d1729d6d81622e8921e15f 0.25 MB 516 29
324,821 324,821 000000000000000004c4f94e8e4d7d5e86c33531e199750e256b3d235f6d8c5c 0.59 MB 1,063 26
324,820 324,820 00000000000000000310e1c74416821f633897c786b93ac3151d45c18570f616 0.04 MB 128 41
324,819 324,819 00000000000000000cf064a7536e7b6420c4696aa8fa5636f917e40f38ac2c6f 0.03 MB 67 28
324,818 324,818 000000000000000016621197bef0ebabd312ca994d783eb15db65f2be4f5da3d 0.43 MB 1,022 31
324,817 324,817 0000000000000000086bc041e755f77272a9b152f07ba49b387ad5de5295030c 0.31 MB 673 31
324,816 324,816 00000000000000001307578fe0420451df59d84166f97d35f27591cadcdd470d 0.20 MB 318 26
324,815 324,815 00000000000000001012e9ce7476fd3e023c890b841307693e9a852bf541cb0c 0.26 MB 509 29
324,814 324,814 000000000000000010eee27f2fe2c1ae9c217f06b0722dc6a766780c4e4f8dba 0.03 MB 45 16
324,813 324,813 000000000000000011d34f6e4ac63b3b51ffcb655cbbf9c0fe4567f5cadd5df7 0.33 MB 636 28
324,812 324,812 00000000000000000bd27f6960abba6be32a89557d4e377d0f189efaa7439c6e 0.17 MB 198 21
324,811 324,811 000000000000000017801904d948a6ab411cfa2df7dd79e5895979a070c0f157 0.05 MB 112 28
324,810 324,810 00000000000000000bcd4d885bdb48a5b4ef5f26ebbbc22f3909851651ca975e 0.00 MB 1 0
324,809 324,809 0000000000000000048642182d1924bed215a8305401d5d50aca6357d7e983f9 0.07 MB 131 31
324,808 324,808 00000000000000000dcc021d08ea36246cb0581b1ce7d24c973b44e87eb08105 0.15 MB 265 29
324,807 324,807 0000000000000000106cfb4bff11772d9d459e585fd3cc0b7097060148dc1ffe 0.03 MB 44 17
324,806 324,806 00000000000000000a8a0ac5487687cedf71a9a257b9901aceb96e2cd5ff25fe 0.63 MB 1,281 32
324,805 324,805 000000000000000005438d02855c8a7128cef5df1e8733cd86d0b32bfd229f92 0.17 MB 299 25
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.94 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.