Memory Pool Memory Pool Refreshing

1,203 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,195 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (38,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,120 869,120 000000000000000000019f45bae0c57e402b03cfe0d27fb45ed17585dde26d3b 1.65 MB 2,378 4
869,119 869,119 00000000000000000000eb0049d91b7ff78a31ae5391af4aedd2418d7a886a01 1.70 MB 1,632 3
869,118 869,118 00000000000000000000f3db6775ca3cb1f444aea53ae4b81e6404af7a926f76 1.57 MB 2,574 5
869,117 869,117 000000000000000000023350ca2be1c5c74205fb294c3c5ab024a3c5a76a88b1 1.62 MB 3,161 6
869,116 869,116 00000000000000000002959287ed93c73ebd070e7e154d030a0e848da3cde1ce 1.57 MB 3,470 6
869,115 869,115 000000000000000000019d793ca1fe26a2109450c35b36ce9abc0a8305b8a9d0 1.48 MB 2,555 8
869,114 869,114 0000000000000000000023d6dcd3e37c57d1ff920cfafa8b42e4979c7cacfbdc 1.59 MB 3,064 6
869,113 869,113 00000000000000000000277485838633bccf9f17ec86d8e7c35783c92c44d01d 1.55 MB 3,800 3
869,112 869,112 000000000000000000008f6fab0e714caaf89fc9a309c50be648fcca86684dde 1.62 MB 3,513 7
869,111 869,111 00000000000000000001dc269b1b98629c02261d1c85f9e41bd91c52f6651c41 1.71 MB 3,836 3
869,110 869,110 0000000000000000000012d8b1121cb350fc936a64edf0105b106937fa091ad7 1.46 MB 3,894 5
869,109 869,109 00000000000000000001c988334933a797bbe0591068e37a3dc6e17939c9602e 1.56 MB 4,095 5
869,108 869,108 000000000000000000012d45eaa997a2b6bd49c2abdb6b97a69733dbed16697e 1.53 MB 3,781 6
869,107 869,107 00000000000000000002078c16024f101ae6e648db3986206d1e60939e2c0b5b 1.45 MB 3,946 5
869,106 869,106 000000000000000000021629a25c69dac8fcbdf3dae862dced8eb6e2d1cf1641 1.53 MB 5,936 5
869,105 869,105 000000000000000000024ef70f57f0979832d9f774674cd3b3fe03fa01afd358 1.51 MB 5,809 6
869,104 869,104 00000000000000000001d39a49fc0eb8df4b036ccba9657e94a9521a71d8fd5e 1.54 MB 5,770 8
869,103 869,103 00000000000000000001bcca656e0b3989336dff34fef743325d7c6ee7ddb155 1.52 MB 5,754 6
869,102 869,102 000000000000000000018e0c59803cf3d04edf5da44d10be86e08a22236c1ef2 1.45 MB 6,735 8
869,101 869,101 00000000000000000000cc8cd47cf7eeae75962962e0da25c2a6065a907c829f 1.41 MB 6,775 11
869,100 869,100 00000000000000000001dfc69bf7d56cb9f1e0e2010fc704a527fc9c9b8d25a8 1.58 MB 4,821 6
Previous 10 blocks ↓
Total Size: 769.10 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,628.77 GB sent, 93.39 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.