Memory Pool Memory Pool Refreshing

8,668 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (38,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,163 869,163 00000000000000000000a7d3d259400c163afec08ea35c49763435af4c7052bf 1.66 MB 2,792 4
869,162 869,162 000000000000000000025f25bef23034c602dea8612a4de7a04b36e5b7d35020 1.69 MB 3,506 4
869,161 869,161 00000000000000000001aa8bf5f9fe8d66ca1d12ffe0654f338b2c2225ddf8b5 1.85 MB 2,482 5
869,160 869,160 0000000000000000000200f803d60e7705e5dd003263a1297c81208f583c3b78 1.96 MB 2,215 5
869,159 869,159 000000000000000000026ec98789af632699433f896b4ba0b0a641b8d20dca6a 1.57 MB 3,536 10
869,158 869,158 0000000000000000000286ecf6feecd54a9584b359599bf954ad2c3778d1c45c 1.57 MB 2,978 4
869,157 869,157 00000000000000000001293ffb9ad6bc20ade333d7512ae38edbe3903acd7298 1.63 MB 2,820 4
869,156 869,156 00000000000000000001eb96ec9a97e869c4f23d033e8c4f13079d47bcd6add6 1.57 MB 3,586 8
869,155 869,155 000000000000000000019ed5aa131de57b6778a0c8235857caf52e4cb7aade9e 1.70 MB 2,888 3
869,154 869,154 000000000000000000029d93a23b8961b688f66e79e7c8f1ef217eeaa70331da 1.65 MB 3,289 6
869,153 869,153 00000000000000000001f1da08a96f5997cccc68438ce570906dd43964d5b1e4 1.86 MB 3,444 4
869,152 869,152 000000000000000000010985aa1ea657502b7011515e9e7a8e8ba2749a2ce1bf 1.67 MB 2,866 4
869,151 869,151 00000000000000000000ac78fed306c3a6963b20c906ddb7aa3c76b9488c2b95 1.50 MB 2,478 5
869,150 869,150 00000000000000000000aaa206f867ddd15e9866f053a8fecba2f6558ea8812d 1.57 MB 3,260 5
869,149 869,149 0000000000000000000062cbbeee7cb4a2e65fc351e1b8dff45aa1c52ae88a57 1.43 MB 2,316 2
869,148 869,148 000000000000000000021ffc1d9780260f69b4831a3ac7e73d50189069c6788b 1.66 MB 3,500 3
869,147 869,147 00000000000000000000f7fff974e995e564acef9e0c2264f9ba7e40525d55a0 1.64 MB 3,128 6
869,146 869,146 00000000000000000000d695f8a14ff24a8dfb68245cec4a4b6787de86e232fe 1.88 MB 3,002 5
869,145 869,145 00000000000000000002219b2f830ffc6318434454d6c5080e2bcd772b638810 1.61 MB 3,656 6
869,144 869,144 00000000000000000001926d46f16953d0a7ca3756bf090f48aeaba6a30fd7b1 1.86 MB 2,487 6
869,143 869,143 00000000000000000000707007479aee2429f82cda776df33e785a38c137dbd7 1.58 MB 3,405 12
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.