Memory Pool Memory Pool Refreshing

587 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (858,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,969 49,969 000000000e7f1acb26d6d69567b13ff560d08e43baa2bb1aac365fb67a5199e3 0.00 MB 1 0
49,968 49,968 0000000008506fefabe4f5e2bdeafced3d372e3f6557911047efe8c756e2dd8c 0.00 MB 1 0
49,967 49,967 00000000154f5d89c51bc157c7f52352b2600c3c365f36c7c6311bcc8fcb54db 0.00 MB 1 0
49,966 49,966 000000000f6e90e4bac3b15af29fc8c3b4d38484b5f746bdba40c829f5b31bc1 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.