Memory Pool Memory Pool Refreshing

6,636 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,278 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (776,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,323 131,323 0000000000000ce14e17daf312e496716dfc9f0273f738bca7eb6d1cba9c7a2a 0.01 MB 24 223
131,322 131,322 0000000000000fece0765cd0169d15823bc902d45d330536ffa85e6c9b058cbf 0.01 MB 12 1,770
131,321 131,321 00000000000005f9c366f5f1a28567c7c87e2706792e435ad6af70819e247579 0.06 MB 64 548
131,320 131,320 000000000000084146caad2c1401e1eb143b635ced527bbd5bf591db83a5e122 0.01 MB 30 851
131,319 131,319 00000000000010dd9855e6fa754fa8e517b00d6685c14e9b727cb65e438a2d68 0.00 MB 1 0
131,318 131,318 0000000000001171c40aac0e34f67dd421ed4c5f2c2805da567b0bd4c4df34de 0.05 MB 155 433
131,317 131,317 0000000000000e72dec1d5979bd60cb089270a581be9fd86314b3e877923752e 0.05 MB 102 378
131,316 131,316 0000000000001226b22bd4d245f573169bcf61fc00dd330b30f549d277dbe909 0.05 MB 162 439
131,315 131,315 0000000000000c760fac58f4b0296f652401f27ac1c68151c28228ad888e7664 0.00 MB 11 850
131,314 131,314 0000000000000dfc6135fa62dc1598b5033827a27537608496c7b65ea68e345f 0.05 MB 172 258
131,313 131,313 0000000000000ed11fcc8a1e908cddfc9835970a1630061cb97b720349f091fa 0.04 MB 104 613
131,312 131,312 00000000000000c16b41f77e4bbfaaaf0cc865f3bc47e359185eb47ef6deb586 0.01 MB 17 1,101
131,311 131,311 0000000000000f07dbd60dea7bab42c515f708446479cdd4702d3185253125d3 0.03 MB 43 114
131,310 131,310 000000000000017af8606f18fe2a20b48e3b4fb026370394f7cc4b1c7c9530ec 0.05 MB 72 1,475
131,309 131,309 00000000000000b48c33003ca2feb145bfaf63f8087ce7152c46e65281729dd4 0.05 MB 129 671
131,308 131,308 000000000000090ca82b307ce2d90dbcb6ad306471da7bd48ab689f7efd2a4ec 0.05 MB 151 152
131,307 131,307 0000000000000c9a2b6d36928f754f1b5cbecb624a0bd55bd6e5e173e879bfcd 0.07 MB 172 837
131,306 131,306 0000000000000f7ada5794a29db97217dd0d0baa0f48e4cd510bc5841aed08ed 0.01 MB 15 1,061
131,305 131,305 000000000000101410cb4b22a97981ad27ed30e9c2b5903bcf5e5d6f22553d02 0.03 MB 72 961
131,304 131,304 000000000000111770dd04e96b426c4e06b0055249d55f83628b2156d463be28 0.05 MB 18 187
131,303 131,303 000000000000083227fc89458209d62217f45d4bec0a9d8ec77f57701efc3d01 0.06 MB 73 462
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.