Memory Pool Memory Pool Refreshing

8,095 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (619,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,925 287,925 0000000000000000dcc615bd90fb93a7e9509bd4a17ac45a118a2e56511e5a6f 0.06 MB 145 94
287,924 287,924 0000000000000000762ecd2e1cf353cb14cf63a9b42ac8d949aa876852cd7117 0.06 MB 173 50
287,923 287,923 000000000000000050695f1ae6bf302890f3b82608e5f6ae8f28aba4deb638f0 0.05 MB 78 39
287,922 287,922 00000000000000005338d2c6b0a80c3e3b079121fa6cd6b682c1922bd0cc1c0c 0.03 MB 64 33
287,921 287,921 00000000000000013f1e01ab5c9aa843febbf5cd57e89bb13be86130daebb8d8 0.02 MB 43 37
287,920 287,920 0000000000000000c1a59db03a8be7294206bcefd0792b5044004f5512dc4a49 0.14 MB 312 50
287,919 287,919 0000000000000000825c691112b962bb3dfbb9e8e4513d47d0c74be4a3431d91 0.11 MB 231 31
287,918 287,918 0000000000000000ee0909bb50693cf6ce201316dd588591b6555cff84765406 0.30 MB 635 35
287,917 287,917 0000000000000000e26e4dbbdf1e3e9f81a87675657005ec3eb50c88a4c85ba7 0.05 MB 115 58
287,916 287,916 0000000000000000b2058fe46a97ca39dda51ed60ecb39f46a56fd1ee86bc7a8 0.03 MB 72 43
287,915 287,915 0000000000000000e5533169c5ebd55359b2967dc5b1a3583d8edae33f349b46 0.25 MB 517 35
287,914 287,914 00000000000000010121148680a54c5b44a64377bf07c809b1e141491a2fdc79 0.07 MB 128 28
287,913 287,913 00000000000000002f976915035e99c6b0a213dab8022050510503752ec0225d 0.25 MB 337 24
287,912 287,912 0000000000000000358d08b552d0a98a0894464c4425c09203a42b88b3462e32 0.06 MB 173 40
287,911 287,911 00000000000000005727a2db1be399bd45168161b2a4287939e3b2bea2dddb9c 0.06 MB 92 78
287,910 287,910 000000000000000128da9b7dda28e7de0e24ff73f1a7f306b279e6b9af2817ff 0.21 MB 357 44
287,909 287,909 0000000000000000c8a3c5d324c86b8afe0f21dbc19818764319618b098a6623 0.20 MB 359 32
287,908 287,908 00000000000000014e06412631ff67305cde77c6631dc58a2ce35308558cee05 0.07 MB 136 29
287,907 287,907 00000000000000014239665cd6b97c5bf337c555ea0293d074f08735a942febc 0.21 MB 127 20
287,906 287,906 000000000000000093e419dda70fd04f7ed5ea0ffb4d2b7eb306db6edcc41752 0.35 MB 594 29
287,905 287,905 00000000000000012b3925f20aec112bcc54c5d11ac2b73d441bc437d7f8baa1 0.25 MB 795 66
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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