Memory Pool Memory Pool Refreshing

4,596 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,792 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (458,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,966 448,966 00000000000000000242ad65b41966d67012dd2429020b89f17eed8a9a88d38f 1.00 MB 2,532 83
448,965 448,965 000000000000000001ae1798f1a0b082dd0e1f4b443d659274e8b6617a2adbd8 0.00 MB 1 0
448,964 448,964 0000000000000000010171baf29d12dff5067370813de0a8c695d179f1cc40a2 0.49 MB 993 75
448,963 448,963 0000000000000000025b9487907f76e71964a2f001bb031eaeb9271ad4b327fd 0.61 MB 804 21
448,962 448,962 000000000000000002813e4b424ae03a0961c9b1c803fd9d94f280d06c2e91b0 1.00 MB 1,882 67
448,961 448,961 00000000000000000185731c402c5c8507d5b4751c6211fab06c0da6d9af602c 1.00 MB 1,938 80
448,960 448,960 000000000000000000484237ef0c2e1c192ca68244a9e747d12b6c586e532305 1.00 MB 850 56
448,959 448,959 000000000000000000836227d7620a74191fcd3ca09a827d7ee5c95844453d27 1.00 MB 2,354 91
448,958 448,958 0000000000000000023ed9a3038e75b37bad5afdcdc1ba6cc56763f7a6d123ce 1.00 MB 595 58
448,957 448,957 000000000000000000556a2f9ea273f7ac2fa711e4d9aa3f030ea5e4acc09498 1.00 MB 611 54
448,956 448,956 000000000000000000d7a60274b0a4c100c9c5aa4325860f23ce6df8d797a741 1.00 MB 2,207 75
448,955 448,955 00000000000000000103a2c2fd2f325e84b3065b488b94dac6fa97cf08a4c982 1.00 MB 1,925 70
448,954 448,954 0000000000000000016f379c2526a3335d6c0ec86059e09df0ffda454e685dbf 1.00 MB 2,251 78
448,953 448,953 00000000000000000145bc43a82cc2b7b434e106b24f0a8f0ebacb9a8b3e8576 1.00 MB 2,589 92
448,952 448,952 0000000000000000031dcd11344e94470ec26c48e406fdce1d33f69d2ef3fcaa 1.00 MB 1,596 101
448,951 448,951 0000000000000000016f6567842f2c65e7d976d411c70dbade058aa6d3a72d8b 1.00 MB 2,152 79
448,950 448,950 00000000000000000112d6929b920a77674c77f71f6fc31efdc99dfb454cde7a 1.00 MB 1,858 77
448,949 448,949 00000000000000000218fd3f35bf7505c70891041e4d43e2ae35b60f15670935 1.00 MB 2,313 96
448,948 448,948 000000000000000002cbba8cf01dd35fded59c4c41f496e8404f6292fded75be 1.00 MB 2,002 75
448,947 448,947 000000000000000001415ba133ee7996a841c5a69b4e99d99b3cfad5b26855ca 1.00 MB 575 54
448,946 448,946 000000000000000000b21633399abd3bd931a6034b22d386276f6743fd440697 1.00 MB 2,421 83
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.