Memory Pool Memory Pool Refreshing

1,237 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,237 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (765,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,925 141,925 0000000000000283894af84ea099d91f1f07e8144830c420d9c611ca9521f8a4 0.00 MB 1 0
141,924 141,924 000000000000022f370cc8f636b861acb76a9908bbdd9f891607e1efb6e18120 0.01 MB 8 258
141,923 141,923 00000000000008fe8fefa0753e63c66d0e339c00f36025e091af9c3789bf32dd 0.07 MB 109 89
141,922 141,922 00000000000006a6057061953da991b87624205e6be488171d749d4aebbea5fb 0.05 MB 111 132
141,921 141,921 0000000000000916365b3bf392675baf8fd13eac030adb18a676dc7cbfc4d585 0.01 MB 18 776
141,920 141,920 00000000000007aaeb9338d05da6f98cc751d89d3afec8c2bd88b2ba32a37b50 0.06 MB 114 307
141,919 141,919 00000000000003a7415720d3d9e20c94f381dc9d445b560e4b0979e6ced08cc3 0.00 MB 8 38
141,918 141,918 0000000000000063f6a2a14c134e1c61bcc05ace8df0b04f14d7a9eb46c80d03 0.00 MB 8 21
141,917 141,917 00000000000003610bf513140f405268bf54867035e81c8298ac94e28336f969 0.00 MB 11 42
141,916 141,916 00000000000004ccc4583d9fd874f553ce3b023065d713e7b77a7a5fba71157d 0.01 MB 25 62
141,915 141,915 00000000000002df3c1d379e5f1db261c2655f06e3798bfd57c1ce13842779a4 0.00 MB 9 22
141,914 141,914 00000000000008a953d0bf04ddfcf4ff80e9cb2040f5f82465e9fae737a79194 0.03 MB 82 198
141,913 141,913 0000000000000832eac2269bfc476057a60e070e6349fe2a75e4bfcb68ec78c0 0.00 MB 1 0
141,912 141,912 0000000000000049099219caf7054822af554a9a225990253a52405dd90f6c6d 0.00 MB 16 460
141,911 141,911 000000000000075e1f12d419bacc227b316176a369d8f4ce31fd18cc45c47056 0.01 MB 19 125
141,910 141,910 000000000000060e88b3a043b8c1709a94635406e9db18869972b2ad3a33bc06 0.00 MB 7 629
141,909 141,909 00000000000005b668b114002511454b80e7f42225ac5df386a02ea615efded4 0.00 MB 10 41
141,908 141,908 00000000000004d37d7b543c92aa02059fb5a011275852a80dcd7a0ae65335ec 0.01 MB 15 51
141,907 141,907 00000000000004c28e29cfca704811d6847e72938932c6adf5d4216acd956676 0.01 MB 13 259
141,906 141,906 00000000000008c77a63950262d223fe1fd35686632cf5c0ded0e2cbb7546ffe 0.07 MB 148 265
141,905 141,905 00000000000003a3331acfc8e0eb775275723c2ab3337b2526c29e8a1cc3589a 0.01 MB 17 429
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.