Memory Pool Memory Pool Refreshing

21,361 transactions (4.82 vMB)
  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,169 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,932 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,168 (834,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,933 74,933 000000000061b9a918367eaea83e8b1c056de7ba5d94d57c5e6add96947ffeb2 0.00 MB 2 0
74,932 74,932 00000000006e226b45801630a2313e69a4db0d770b394e4ce150542f8a653a49 0.00 MB 1 0
74,931 74,931 000000000054e855aa22ea5e9d86da3ad823cffe64fe2096936d362d2fbaa26a 0.00 MB 2 0
74,930 74,930 00000000006a5184eef645834a8d51ba432e11f53bb36274f02a2f9c7e399d1f 0.00 MB 1 0
74,929 74,929 00000000007302f6ed18780f863b3515b43bbf40e936670bf9fe390ec1abed87 0.00 MB 2 0
74,928 74,928 000000000026d028aabbb0a2b929e1d3e3390b074eeaf3259b9c45dcca402c77 0.15 MB 2 1,057
74,927 74,927 00000000006893f2f83934521610f8f105cea6281ba09d8a5658414f39e979a8 0.00 MB 1 0
74,926 74,926 00000000006859523e7d5789369c497588fc2a245e1a12e90539c4ebc23a86c7 0.00 MB 4 0
74,925 74,925 00000000000934c403b72469b24fdd6139b24270f83361601958c12d4c87880b 0.00 MB 4 0
74,924 74,924 00000000005b25b3bc0a5c7eff4f5d2ec3f3fe242f70076781e60db9a2b53c3f 0.00 MB 1 0
74,923 74,923 00000000002ba6399e811928ccdca2fdea51614e310dc5bc863d63e3ec2263cc 0.00 MB 2 0
74,922 74,922 00000000005a6e4eccaf69f8cef9532a995ce79e4e16eb45ba9951506eb1167e 0.00 MB 1 0
74,921 74,921 0000000000172ceacf4f23796b4bc7c881b646d144bedc8bdc04364b79d24221 0.00 MB 3 0
74,920 74,920 00000000005331bc5975e27ae57c4837b60e88ba32bacfb0714a5030da006485 0.00 MB 5 0
74,919 74,919 000000000042d862538992f648b749848f60c784bb6239343f60953451092b94 0.00 MB 1 0
74,918 74,918 00000000006131ac079ba454a7b5f6f542e3e6b8defe0da07e05b7431a50be0f 0.00 MB 7 0
74,917 74,917 00000000004b537bb577bddc7d8269f8d2ab8f7c7a5bd575cdc06d721ba96bee 0.00 MB 5 0
74,916 74,916 000000000072510c0a881e15fee9a9a03e576564dafc1a5ceb62a8b5d4a74637 0.00 MB 2 0
74,915 74,915 0000000000634e86b0e86e9a08246987b0214b9366f65cfd46a872073edb1c20 0.00 MB 1 0
74,914 74,914 000000000054b4f2042f52719a09ce7c34bfac129656bb347ec3ef96a76befc5 0.00 MB 4 0
74,913 74,913 00000000000b404dd5c46ff07cb2efccb50e0c637e53de51cb3e99335ce0d90c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,980.03 GB sent, 106.98 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.