Memory Pool Memory Pool Refreshing

18,772 transactions
5.99 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,317 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (47,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,485 860,485 0000000000000000000226b2c9655e27b1affa733812b1cf551fcb385c0d47b2 1.49 MB 5,081 2
860,484 860,484 00000000000000000000174a767dd29ff5bbfaddbfed35b0edd179b5d9514b49 1.64 MB 3,883 5
860,483 860,483 0000000000000000000018f9d27ae1d0e346dfef2a7ba1ae0902e868f7129751 1.57 MB 3,575 7
860,482 860,482 000000000000000000024b8077fcecfffd88be5b1cba4308b1610962ed620952 1.60 MB 6,105 3
860,481 860,481 0000000000000000000016e1aa39e709f33bc19571c4ebdf21db879296993c47 1.64 MB 7,390 2
860,480 860,480 00000000000000000002f850c492787196a86a1e05be5d43cc345c1cd0661bfb 1.64 MB 7,087 2
860,479 860,479 000000000000000000002ca584b82e58e8fab43b629c406d6ec946b90bb40314 1.63 MB 7,303 2
860,478 860,478 000000000000000000011e0365c446486a4d90c5c7266a854c3053886e205166 1.61 MB 6,373 3
860,477 860,477 000000000000000000000b953f1ab3f916db47713cf4798dd4b23bd8e5b8de20 1.61 MB 6,911 3
860,476 860,476 000000000000000000009c36b6c3f5dce14be406ffcdfed75642a9098c47ede6 1.63 MB 7,376 2
860,475 860,475 00000000000000000002bd2fe8d44a42d29805b85d7118bcb84ce28cb868f0b7 1.56 MB 3,198 4
860,474 860,474 000000000000000000009b73a3fd4e9c3160c67615dc4e62c49ee6e87c7faccd 1.76 MB 4,375 2
860,473 860,473 00000000000000000000f9e1f84b58d08ec1a0a1ae33f04be53a51db02bce7e1 1.62 MB 6,409 2
860,472 860,472 00000000000000000001628205638f0a7c48d820e8cc7a5310287a85b5eddd5e 1.65 MB 6,106 2
860,471 860,471 000000000000000000029da8ff208d33356466c95c9c3fe9092eb10ce80ecd1d 1.65 MB 6,559 3
860,470 860,470 000000000000000000031f056383ce004b1bda0ac5c18db376b5ac52eb6c2df3 1.67 MB 6,990 2
860,469 860,469 0000000000000000000318e79548795686292032012f76980c05739589060e55 1.64 MB 7,648 2
860,468 860,468 0000000000000000000168c976ed16896dd19406c7cd0f18998d689f0cf6b44a 1.51 MB 3,581 5
860,467 860,467 00000000000000000000c9ee77b3a61b34092495b73885bf257a5ba805e235fd 1.59 MB 5,481 3
860,466 860,466 00000000000000000000789f8c6c0758141487fb1fd3aa0c76f9c9ee1d6d2160 1.64 MB 5,554 3
860,465 860,465 0000000000000000000147728f2b1c9fcf80a27c4bafe467dab6c772891dda08 1.51 MB 5,900 3
Previous 10 blocks ↓
Total Size: 769.02 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,624.39 GB sent, 92.99 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.