Memory Pool Memory Pool Refreshing

8,603 transactions
2.86 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
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,810 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (796,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,841 110,841 000000000000f85c86f849b565c740b855db3c7ddf2e338ea10e71972092b7d2 0.00 MB 5 0
110,840 110,840 00000000000037f8bc68a1b4ed3cb8af5be83132b83a6b03b981b6789f0ed0f9 0.00 MB 3 0
110,839 110,839 000000000000d9a0acefff1455f5826aafc19c233772866069764dc12efc30a2 0.00 MB 2 0
110,838 110,838 000000000000438d0f8e0d2826a8bffb7652bc036c8d6c2356a6ba443363094f 0.00 MB 6 479
110,837 110,837 000000000001666e27d20ab45c3a3e225bc870ba2aeb9cb614c1c335ed8456e4 0.00 MB 1 0
110,836 110,836 00000000000014f0ef1bec2dad18ff66183a191db3badcee845c877324919622 0.00 MB 2 0
110,835 110,835 0000000000007295255d81fcf5147c5ebbf7fbecf124ccbd906d6de3a95d8a49 0.00 MB 11 0
110,834 110,834 00000000000134749faa2a1540a3b41fb71efa6656e7470e70c3599c924098ea 0.00 MB 13 0
110,833 110,833 0000000000019d0b4bde432e3550d4fd371f701ee91800ca3f8cc9889db618cb 0.00 MB 12 0
110,832 110,832 0000000000014aa30325dc085b64ae219a0f9fbc2207daaa56d923b27879235c 0.00 MB 11 0
110,831 110,831 000000000000e8faee73619372ffd6105b2ca866c0d1bfb5e1dd492ff505f8b2 0.00 MB 12 0
110,830 110,830 0000000000001d4cc5d91ff80e26ff5313882054417d39c3a45d861f1afb4b66 0.00 MB 12 0
110,829 110,829 000000000000158763b9a23003756598471536c47eb37170093e45a6a0ad8e98 0.00 MB 12 0
110,828 110,828 00000000000154ea8f1a0e8afab27d92b44219ef42a8e39a89e96cf518fecafc 0.00 MB 12 0
110,827 110,827 0000000000018a10c5261466527bf09499bd8e3032b7c0cad377bafc4830ccb6 0.00 MB 17 0
110,826 110,826 0000000000012fc4a251771f2c4f46fa81c95094848c146d97cf0441c019e218 0.00 MB 2 0
110,825 110,825 00000000000004fa14c4a8e0f9caa93d23e169b378fc174b346e10db607ce305 0.00 MB 12 0
110,824 110,824 000000000000040afbb2d25429538f5a8076e89076d384a1caf2375d4ee65e8f 0.00 MB 2 0
110,823 110,823 000000000000b956c474641d2742aad026033c071dcaef966b0ebdba41ee4e6b 0.00 MB 1 0
110,822 110,822 000000000001c3ea1bb297c5f3fee33253e3fd33925865392d8b162b68bd2e06 0.00 MB 8 0
110,821 110,821 0000000000006f033e35fc10eefd46cf8044c1dfcfae29d2c8751fcccf96ddfe 0.00 MB 12 0
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,616.38 GB sent, 92.72 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.