Memory Pool Memory Pool Refreshing

9,261 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,747 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (755,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,912 151,912 00000000000009cfd9523008052e0727388745669e163e445e433f14edd9dda3 0.02 MB 33 6
151,911 151,911 00000000000006783534752c34ef6ec7760e48b407c34a73a18ed3af7c40e611 0.04 MB 65 73
151,910 151,910 0000000000000a860455625d55cc34f75152b807c5dc4d595633011653e5ad47 0.03 MB 92 3
151,909 151,909 000000000000072f987ff1d9594ed76c385fada170ec45e009a14c7e643587de 0.03 MB 88 203
151,908 151,908 0000000000000b830c6f5da108022264c45883e5465ffa4e6ac84784b4ddff3a 0.00 MB 4 0
151,907 151,907 0000000000000b07aeed2b09fdfa69850998def956133cfa2819a964344b92ff 0.02 MB 78 18
151,906 151,906 0000000000000248aa55b92064ce7f016a2eede9f160900609a61cef1a6dba1d 0.00 MB 14 33
151,905 151,905 00000000000006886b5f234005c26a111a9f9f06bbea3be7d878ab0e8dd2104a 0.01 MB 11 203
151,904 151,904 0000000000000beb754369c48aa7cdcbf77d59c0dca156c1f3db2ce4b711bff0 0.01 MB 16 70
151,903 151,903 00000000000003aeedfb3168c942dee19b0c650e32a7ed96be0c8340f60474ba 0.09 MB 27 58
151,902 151,902 000000000000011e1f56069d03439f1de5e3292ab51aad544c11c93fe2f59ca0 0.05 MB 119 197
151,901 151,901 000000000000030ef51754641501fdcf5d5c4c2750a9d7f3ce0a8612ba44143e 0.01 MB 20 29
151,900 151,900 00000000000003347276a7a1d0978a89ebbffb46b36f6bc197b2b98da1c6fd7a 0.02 MB 48 73
151,899 151,899 00000000000006bf947c85d3dcefe32b6ac0b861d7ae05f8f29607fadfe14d7b 0.02 MB 54 106
151,898 151,898 00000000000009f71329cd6f160c2b94b81dd3591e3501747dcfd354483e266f 0.03 MB 78 191
151,897 151,897 0000000000000d94ca2e1b9b8decc15889add6727bef28c1527651d4c64e1010 0.01 MB 35 147
151,896 151,896 00000000000003495d3b0b53260b4c278b2cb35fdfbeb49a93b9f5a2a2cdc002 0.00 MB 8 303
151,895 151,895 0000000000000b00514f50a1c6dda6f1d4acaf3c8f81240e6244e6a8d5f8ed84 0.02 MB 30 101
151,894 151,894 0000000000000d226fa601e75f0fd4c0497a85cf2c015e3604f0baca800d7b0c 0.01 MB 35 40
151,893 151,893 00000000000006110183ae56086e2716d2f2642cc00384c4d67b33f22a808b08 0.00 MB 7 1,022
151,892 151,892 000000000000057b0d776386de24c72823951a9f02ebc3c44a3ebe51457c05a8 0.02 MB 72 131
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.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.