Memory Pool Memory Pool Refreshing

9,991 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,398 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (51,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,586 856,586 00000000000000000002133a5c9b0473f3fafe34b1e06023b54f5d34e347640b 1.59 MB 3,657 10
856,585 856,585 00000000000000000000fdf1e3fe763d5e8ba03cbc41844e9d2aad536cb60661 1.69 MB 2,211 4
856,584 856,584 00000000000000000001f7c8cdbe2d95e3e51baa3ba0ae26160ad1115dda573b 1.76 MB 2,421 10
856,583 856,583 00000000000000000002011310ecd832cdfbab36c74712d30d5e3811ba2ea07e 1.89 MB 1,096 5
856,582 856,582 00000000000000000002073f4a721f3cc44c5dc43dce13c4fcdd0bea037fe7db 1.77 MB 1,579 7
856,581 856,581 00000000000000000002989c551fe7c6be34c1be2476dbedada97cb950a020df 1.57 MB 1,952 12
856,580 856,580 000000000000000000019ef2560643f2df9bfec72d1b8a28d596aee3e8c4688e 1.56 MB 2,982 5
856,579 856,579 000000000000000000029595bc79778617e7e35cc098f8e4e8c8f6f9917b46f6 1.67 MB 1,911 5
856,578 856,578 000000000000000000011cd94c0bfcc6c59c41bdfb832db795467bd637d1656d 1.58 MB 3,666 10
856,577 856,577 00000000000000000000c072dbd68e563595fc5040bccf00a68c60a99491926e 1.66 MB 2,052 6
856,576 856,576 00000000000000000000f826c370a3f2051e9a9b033ec81fd6f95882f77fbd5a 1.69 MB 3,199 7
856,575 856,575 000000000000000000029ae91e661aa08d6906411825b061bf57c11ad681a278 1.77 MB 3,056 7
856,574 856,574 000000000000000000001701d20592a180dc0d5092d6d13f8fee9ac2869bef9b 1.56 MB 2,937 7
856,573 856,573 000000000000000000024012d6bac29491ffea104e8a7fdd5ff4eaf8d27313ac 1.62 MB 2,407 5
856,572 856,572 000000000000000000017b79a0105e86c11c36df7fb55efb00914d0b2138d0d5 1.60 MB 3,192 11
856,571 856,571 00000000000000000001210cb3298d73eb62a09f3ba8b83dbf97f5cc7a3fe404 1.62 MB 2,468 8
856,570 856,570 000000000000000000010d178b722b35b25de3d6b4641dc657c16e47c4d09fb7 1.59 MB 5,448 3
856,569 856,569 0000000000000000000258a6ec505b65880278894d702f671f929c9d2f2dfbdb 1.65 MB 1,646 5
856,568 856,568 00000000000000000002d6710fc64cb01f5eae0137ce8be942cafaf77ff523fd 1.71 MB 2,258 7
856,567 856,567 00000000000000000002c356907479e9dc55367e5d48e79e0a061b9eb0dfc9c3 1.59 MB 5,881 3
856,566 856,566 0000000000000000000199910e87219528aa2ba8da932623079ddf93dbcd4cae 1.71 MB 1,759 5
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,624.77 GB sent, 93.00 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.