Memory Pool Memory Pool Refreshing

5,654 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,767 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (16,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,776 891,776 00000000000000000001162e06a9c38f848ceb05fd4aad3a798a42de4e1d60b4 0.83 MB 2,123 4
891,775 891,775 0000000000000000000055e95b66cd9fd41918a8c6789d5846423ba9f4fad67f 1.67 MB 2,407 4
891,774 891,774 000000000000000000008c3d17fc4b3b040fb04bee9475df456290fcf375ed71 1.56 MB 2,398 2
891,773 891,773 00000000000000000000e9ec2d8c7d78d464b6fd11f45d98fb3d36ef6bb0dce2 1.64 MB 4,149 9
891,772 891,772 000000000000000000001b854138ad0505d7bdb3a5573455064686e9d348e0e0 0.90 MB 1,984 1
891,771 891,771 00000000000000000000e62f39a23d44e72aeded4bc9ef2c9b692c1dfba6be3c 1.68 MB 3,837 8
891,770 891,770 000000000000000000020475485dffda44e3392cc22ac87ddf1724283906360c 1.61 MB 2,882 5
891,769 891,769 000000000000000000008621c77a17b65ca146ae0610e16274cfc7887db51091 1.66 MB 3,169 9
891,768 891,768 00000000000000000001fbebff1774b93ca6b0182453e7b9954665e3cc00933b 0.76 MB 1,331 6
891,767 891,767 0000000000000000000235474c30afe0dbb31eba911154be074b070f3103710b 1.74 MB 3,159 11
891,766 891,766 000000000000000000022f4ed9112eebd95529e35f7b4b6ea383159f83759c9c 1.83 MB 3,402 13
891,765 891,765 000000000000000000024804100eff147ddf670d69b61cd77e0617838d306ad2 1.77 MB 2,588 8
891,764 891,764 00000000000000000001c0ac411b27e0322653a06bf72c29b68f17927c0eafe9 0.73 MB 1,726 1
891,763 891,763 0000000000000000000087521425a5035febae6d0d93bedcfd96739ab518e9a5 1.71 MB 1,595 2
891,762 891,762 0000000000000000000161a736462841df2e4d753667dab2018b786be67ab340 1.72 MB 3,281 9
891,761 891,761 000000000000000000012b18089e48408df21afcb47e6c32265951663eda4a3f 1.74 MB 2,706 5
891,760 891,760 0000000000000000000054d4d8a91bcd3b011ad0967c7959489c3c382e5781e6 1.61 MB 2,334 2
891,759 891,759 0000000000000000000225ca129d4195cffc2761fa9d06e0aa20a571a254c56e 0.42 MB 716 5
891,758 891,758 000000000000000000015ececefc0fb0211cb1cfecfacc0b8baeee22d76ef98c 0.34 MB 887 7
891,757 891,757 00000000000000000001ffa9850f1b323857938452300d220a62b9352225b64f 0.95 MB 1,946 6
891,756 891,756 00000000000000000001beb436f4377916010374fd0648b1dd617c9f5bad1d07 1.34 MB 2,797 2
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.87 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.