Memory Pool Memory Pool Refreshing

1,914 transactions (0.61 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,099 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,912 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,098 (896,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,933 12,933 00000000eaa5d6e3b0f883a107b9515f2eb8932326ac9b3ac6e99abc7d04dd25 0.00 MB 1 0
12,932 12,932 000000007b7337b560b742b348b87f810df414e9ed4a88ccca73f71e98d49eba 0.00 MB 1 0
12,931 12,931 000000002462f8359084025ad6d41d483470b3c08e2cfb075ef93a0fb89b4fe8 0.00 MB 1 0
12,930 12,930 0000000011a7ba567739ffa89aa9feb69105653d1287acd4d02946e5fa060c9c 0.00 MB 1 0
12,929 12,929 00000000f87cdbd8d3b448f37acdf2a479a995afe8186a582f54b7613122dbc4 0.00 MB 1 0
12,928 12,928 000000008e33f244f154396869a418bf23d94fe9023553be6a846daba23b36e7 0.00 MB 1 0
12,927 12,927 0000000062863120f0b626d0772af34887989ec61a21bb199bc302be84876d97 0.00 MB 1 0
12,926 12,926 000000002af982b78c666ac1bd4473b61ab37abc831953f817ee67f0fd5ec683 0.00 MB 1 0
12,925 12,925 000000000722dacf05bce848df3cb17952fa6160031612a2f8330e861e05c1a0 0.00 MB 1 0
12,924 12,924 000000001a53f9930c57fb17204a0997043dfdeeb6f2a90a11f606e2bfaf41dc 0.00 MB 1 0
12,923 12,923 000000007a431c693c652d01ff6a1c66471fd6a00635e91aca13a814a8252e0c 0.00 MB 1 0
12,922 12,922 0000000046223467b4d52733d3302b632081fdae935a6fb0d231be42859faea1 0.00 MB 1 0
12,921 12,921 000000001468afedcf7b5f3317a51911c2e7dfe0e87688f090ccb7230bddc619 0.00 MB 1 0
12,920 12,920 000000009ba40f1e428359d799d1fc311131edf9f48c14d027e89f71a742dd30 0.00 MB 1 0
12,919 12,919 0000000017b3ea346c50bcbd4f9b2fd873c7198ec97bf30e5069be0a1d1a2763 0.00 MB 1 0
12,918 12,918 000000000c985efa455fd3073476481cb423bb298a778534e95c6880dd2e103a 0.00 MB 1 0
12,917 12,917 00000000dbe7228162309e2c19417145edbaa91315fcfd996f754e88ff04918d 0.00 MB 1 0
12,916 12,916 000000003c7fc7f7bedaf14de3fa89b8fbb0d569a8a58853c60fa0c41b2bb117 0.00 MB 1 0
12,915 12,915 00000000a5b3aaac6a0e3d0883bed1b8d43d7731112cc92f91907d21eca5160e 0.00 MB 1 0
12,914 12,914 00000000514ab4a672d010153ab3091f0376300ccc5da5d9e4037312062d0fc9 0.00 MB 1 0
12,913 12,913 00000000a15937f2a829744883bbc0fb09ff0b25a2aa78fb3a37af39aba672fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

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