Memory Pool Memory Pool Refreshing

1,598 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,931 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,584 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,930 (199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,731 907,731 00000000000000000000b948f94357691049c350f542e83e84da40a21c2f5eee 1.54 MB 4,024 8
907,730 907,730 000000000000000000016da45d7693d1de6a2df870dec2110b2c59788f9d6749 1.36 MB 886 2
907,729 907,729 00000000000000000000d53ffa1be5b5a130c021e4a3c311ad4aef87aecaa724 1.72 MB 1,549 2
907,728 907,728 000000000000000000007fdcd7fa36ecb7e3b97b2412f6f1f588a55d9f9ec89f 1.77 MB 2,604 4
907,727 907,727 000000000000000000021a89d3789a1eab528b435f6b07a823e0fd26cacc9bcd 1.69 MB 3,185 4
907,726 907,726 00000000000000000001ee0ddc89617d42f92cc71565db3ac068d6594cfa8757 1.50 MB 3,579 6
907,725 907,725 00000000000000000001c29c03c3ec91009491965f4c96ab9219c67e507df797 1.66 MB 2,877 5
907,724 907,724 00000000000000000001878c4d194bfa5d6f70eb71be6249e1848291dfaf1070 1.51 MB 3,979 6
907,723 907,723 000000000000000000016a9b1bdbbe30d7b3df8017d41e90536b9bf65924db63 1.72 MB 3,396 4
907,722 907,722 0000000000000000000219ddf3d057c9188293c079a8d50546ad124d7fcaa752 1.50 MB 3,961 4
907,721 907,721 00000000000000000002215777d95fe88414e1ced89b6283652ba05d51a8697f 1.63 MB 3,910 5
907,720 907,720 00000000000000000001a56e664d72e4c715d76446150f705dc5c6ec439f1471 1.57 MB 3,740 8
907,719 907,719 0000000000000000000047890835df2d4a86a30935d9c44867108dfe25774e3f 1.54 MB 3,531 7
907,718 907,718 00000000000000000000c9ca78a7a7a3f8210a9e77905cda8d2b80127b5744d5 1.53 MB 4,006 7
907,717 907,717 00000000000000000001f8f98156a4b06b14dcfe5b06360b65b22d94bcda2c8b 1.58 MB 3,803 6
907,716 907,716 00000000000000000000a567bf83c2d001639cdfc21c29e138f39d15dffdb0c0 1.59 MB 3,989 5
907,715 907,715 00000000000000000000dd1ab168b13233c0f7aeb62c0affbccd966139e8e7c3 1.51 MB 4,086 8
907,714 907,714 000000000000000000000566895887a703192f96a8b97f5817a6f3fd68b00762 1.56 MB 3,272 3
907,713 907,713 00000000000000000001ce50707b27f7a8c11bbc12fd68f3c6ab61627f0ba22c 1.49 MB 3,908 5
907,712 907,712 00000000000000000001fe45f4186f0512509d12707688ef8d8ec590b1415ccb 1.76 MB 3,510 2
907,711 907,711 00000000000000000001f4453b67bfe41743d75c17fb6ffb431d85c08e413e15 1.79 MB 3,291 2
Previous 10 blocks ↓
Total Size: 769.41 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,644.87 GB sent, 95.01 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.