Memory Pool Memory Pool Refreshing

6,890 transactions (1.98 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (853,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,751 55,751 000000000c15522af390b9a9a2004db1c1f2bf47a24ee8848c816ac99a5f7a05 0.00 MB 1 0
55,750 55,750 0000000009a84874757bbd773d7076dae59088e49f6a763d68bb634ab91c4b08 0.00 MB 1 0
55,749 55,749 000000000008979d32bda055c712f1e7e47ea3637c88008372d626288cce578d 0.00 MB 1 0
55,748 55,748 0000000004dc9461d7f40aacc6fdfb004dd0f8f38c82eacf1cb5dd3a707a568e 0.00 MB 1 0
55,747 55,747 000000000fc1abfc5f0641e2d109b2ce25a9a1fe33e799d77cacb7c8615e6e97 0.00 MB 1 0
55,746 55,746 00000000079bb64b0c639a6f72c9912442655af0a009cf8818bbabc2095997b9 0.00 MB 1 0
55,745 55,745 000000000ebc8886b04d60cd2b57d18f9923d2a1b2e560f5064114738e99c6f4 0.00 MB 2 0
55,744 55,744 0000000010e4b597a75e572e645a120c24141ab92d87602bbc5c088b05ed1e3f 0.00 MB 1 0
55,743 55,743 0000000005dce4c9ce866c5fd6d3d07449147d8a42287d9232ba602697986243 0.00 MB 1 0
55,742 55,742 000000000ea9d3757086c1bb1b31e9f8be64b6761b1e205cf3078919ce57184d 0.00 MB 1 0
55,741 55,741 000000000b99bd94ce62791b1515023ccdb10894bf1db5adfd0b07c26af334bd 0.00 MB 1 0
55,740 55,740 00000000066b06444fa1920f2b97239c9e84fd4a43ce7a51a6b9b92b2d0dadb2 0.00 MB 1 0
55,739 55,739 0000000010e9f475b7d67b1bbf300817972af720afa8d61a9be81349a3f07155 0.00 MB 1 0
55,738 55,738 00000000014c2181df9719a25c3f6b398e4c86324eaff7004f952b62ced98944 0.00 MB 1 0
55,737 55,737 000000000fafc38ff1d08d3d7a071307cf98653d26610bddc3de72b1d9452431 0.00 MB 1 0
55,736 55,736 000000000ccc6862447c0f1cf3eec33586e4212d380a15f345a66b2b0c89cb65 0.00 MB 2 0
55,735 55,735 0000000007533cf1344521bd03aa58995df951c5aa274bcc43b1c9ef6500b81b 0.00 MB 1 0
55,734 55,734 0000000000a3480bf5b513e9f742dde13c81860a5733f5d2821564caf5c62834 0.00 MB 1 0
55,733 55,733 000000000bd74b762c3744503a6cf4b4b0ad82301686caec9dcd3dbaba077440 0.00 MB 1 0
55,732 55,732 000000000fdef5c6a958a7d5c56d7d50a08432d48040c7c896d29b746fd4eae5 0.00 MB 1 0
55,731 55,731 000000000de062ea9460420460710a4512cbaf38f28406d84780b4a1704dc33f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.63 GB sent, 103.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.