Memory Pool Memory Pool Refreshing

2,577 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,152 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (827,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,904 79,904 00000000001db2bddccf81561a7d2375a782677aa93ee138f36b71affe9fd6fe 0.00 MB 1 0
79,903 79,903 0000000000131a9eaf2bc9a511fa1b6f310bcf3287253094554be939411e88f0 0.00 MB 4 0
79,902 79,902 00000000001632046535a9b328cf694d0e85d068d348c373617366d4b4e5bf39 0.00 MB 1 0
79,901 79,901 0000000000058badfd057485e9c66abf6f7995c33cfe80d1faf86017f7f1b5c0 0.00 MB 3 0
79,900 79,900 000000000007918e67cc33b9caf350afb65715d3855fb031a5c3b19189c31325 0.00 MB 1 0
79,899 79,899 00000000002268a1cb22780410ce3b1728866f0bf97a821582594c4144c80685 0.00 MB 3 0
79,898 79,898 00000000000b23fea93c48e2e1448f6a5db9951359292b69f3f803f09bab316e 0.00 MB 3 0
79,897 79,897 000000000021fabd207209da9d2f38af26d59801389a1f35da10438b18f4f8cd 0.00 MB 2 0
79,896 79,896 00000000000c3fbcaafbe32e5f82a5268407ed1fd02fba0574e2b24bc0e63117 0.00 MB 1 0
79,895 79,895 00000000001db4ad0cd371a5f83a5f7c7f995c164ebba8982942c57291876d09 0.00 MB 3 0
79,894 79,894 00000000002df17038a4ee8f17fa81d2a6cc9fdabc657a0deefe7469bd5827bb 0.00 MB 5 0
79,893 79,893 00000000004a3543fd68be4ba7fd0e84d26406fdbb5fdc92cd472967e9cf5435 0.00 MB 1 0
79,892 79,892 00000000003444feb30622fb6f67c1eec9928eab5f2995dc386da2297e06c31d 0.00 MB 2 0
79,891 79,891 0000000000123ed44d5a0389ff529f0acaf9f18311fc8a9106e06d4977f4afcb 0.00 MB 1 0
79,890 79,890 000000000020b6f343dc0ec7a033ca3fec36e7d6db5678e9848ee4b332aaedcb 0.00 MB 1 0
79,889 79,889 000000000031d1c47140c288a75d4f90aaa3f2ea7b79609535c8eeb0be33a763 0.00 MB 1 0
79,888 79,888 0000000000007665b71dbb57cd6130511aa7d42c019abc771e512bacad49d350 0.00 MB 1 0
79,887 79,887 000000000046394c2c652d1403c97cc52290203efc299293d397bcd0592009b0 0.00 MB 1 0
79,886 79,886 00000000000ff939b584689560f2d99eb7fbee4b64093b8fc7163423a43550a4 0.00 MB 4 0
79,885 79,885 000000000019f770398c0ba71fddd7940e452291d32b91ad245ca399a837025f 0.00 MB 1 0
79,884 79,884 00000000004f79948674917b07ae527d0c1fe946ea1952aafda9eb4c4cba2f93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.