Memory Pool Memory Pool Refreshing

1,638 transactions
0.49 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
908,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.47 vMB 1,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (858,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,965 49,965 0000000008650f7376363e413c56ea3544d255926d8e6cb3334edc1a49125cab 0.00 MB 1 0
49,964 49,964 000000000149e084e71623c2963d23a1b0f43a488f849d87d13d940397913d09 0.00 MB 1 0
49,963 49,963 0000000018f0576948290e9c8a1c71f521f9b4604d1b45f3815759871d15eaf4 0.00 MB 1 0
49,962 49,962 000000001f2a6b641b9e6543eb4de6b5d3367760326fbe1c3c3df1875fc56c98 0.00 MB 1 0
49,961 49,961 00000000160b56a2160cdeddb5ef7f3f1ea48ed766626c534575ddd0972b50e7 0.00 MB 1 0
49,960 49,960 000000001faac80c6c5296d44b1d0ec1df410062cd7a459f5db0bece075ad20b 0.00 MB 1 0
49,959 49,959 000000000807b76fcca0757ddbc5f6e277f3e1dc30fee435543165e448730b85 0.00 MB 1 0
49,958 49,958 000000000f2ed587f9ad1ff610d4e44e467eb04db1e923793dab3728b6d47ffb 0.00 MB 1 0
49,957 49,957 000000002092bed471d224535050e420691291abded43f8153f031197667e546 0.00 MB 2 0
49,956 49,956 00000000257707fb2a4bea3959acb288ec09884452af2bc6d4192b155898a313 0.00 MB 1 0
49,955 49,955 0000000029274674194f2fa7e30c99893ce0e815c899e18d823d079dda49abe2 0.00 MB 2 0
49,954 49,954 0000000004a870c6377c21edea71823f2965e50fed2c6312a9c7b09d9ed4edb7 0.00 MB 1 0
49,953 49,953 0000000009cc00a63676ae2cab274517766782e5804e3112319f0a950ba722cf 0.00 MB 1 0
49,952 49,952 000000001c527663af957acce0f88e26b142741648eca840b4315b0c43f275be 0.00 MB 1 0
49,951 49,951 000000001cce6de78f76d4ea11ebd050afc84dcadda3371ebe77254dcee08185 0.00 MB 1 0
49,950 49,950 000000001349de89f7eea5f0f19f445e753c95f25b44b68df5a4089bb868249f 0.00 MB 1 0
49,949 49,949 000000001a736990a6fe0d48e17aee43f4549b7e37941f520ee234c18e55c3aa 0.00 MB 1 0
49,948 49,948 000000001dc08c84b112be48c72117a89d36834e66daf360b844a50f7ef32a7d 0.00 MB 2 0
49,947 49,947 000000000e98a41373babbe7bbad9b9bbae21a4a0ee8a46a3d788f465eda9b1a 0.00 MB 1 0
49,946 49,946 000000000236e004e3729b8442a4d4829ac6f4da2941f0988ceed3c9e2012072 0.00 MB 1 0
49,945 49,945 00000000051ff378f81f1313ab4c0690fb3edf015938da9ecff721d89afc54db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 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,831.60 GB sent, 100.20 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.