Memory Pool Memory Pool Refreshing

956 transactions (0.33 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 925 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (841,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,456 67,456 00000000019bfad05637c2672ea16dfafe1742a36763ab6e387db4ddb0514a41 0.00 MB 1 0
67,455 67,455 00000000048c1757182877d4900b93ef84ea75d4bd5f7bc40f7735a5802ae58a 0.00 MB 1 0
67,454 67,454 0000000002689fdd07afcbc6528bb5f1a90a97ef186e8e33e31a245e53ba0425 0.00 MB 1 0
67,453 67,453 00000000037b77e73a75f94ca908c976f217a25f6b01fefbe189c6c97188bc8d 0.00 MB 1 0
67,452 67,452 000000000394dc2461c017b224e2dae18331ade02f05eaa411b8c07ed3aa2ca3 0.00 MB 1 0
67,451 67,451 00000000041e03dda3d893250a3038a4f8107399a6411db7fd0ba4922d0e97e4 0.00 MB 1 0
67,450 67,450 0000000004ebf74add6b3e2e226f770b66ef4723760868de1267a5c972d03a08 0.00 MB 2 0
67,449 67,449 000000000205e6cdf4783bf43b665ba94d4cef9889020fb5ecdf1fab1bd9dff6 0.00 MB 3 0
67,448 67,448 000000000280860e3cb92b24ecc0aa6350d09eba487c9fbe9256192c731e9995 0.00 MB 2 0
67,447 67,447 00000000016599f6ac227ca2b38430b9e63be8c9e752fe5dacd7de241c732a1a 0.00 MB 4 0
67,446 67,446 00000000025777854d690609a5bc31247f06ff4e0609251aab2cf134c50b863f 0.00 MB 2 0
67,445 67,445 0000000003c6f0c0baed0ad883ea723b781ee434c320ab394ccf31b900a11d59 0.00 MB 1 0
67,444 67,444 0000000000d6e399100c3bb28abc26eae33815279c040986b420e16ccad9b375 0.00 MB 1 0
67,443 67,443 00000000014e2d73b1fc1aa3076ed270bb5b56e5f3d7e7a040afae731e821fb3 0.00 MB 1 0
67,442 67,442 000000000368151dc9f50b2b0be93d886f6d76b32cacbc6c9198d7aaaf668a1f 0.00 MB 1 0
67,441 67,441 000000000157ca2f6499abbae2b1944bd9ce05af1c4acaa45b116c81537685d9 0.00 MB 3 0
67,440 67,440 00000000047ac892c1c9928e99d30afdb8acfdea4301a017b44ad520902b8157 0.00 MB 2 0
67,439 67,439 000000000412c28d092b60251fdb922e2a80b56d15cabe9cf2b0b03fafe0a5c1 0.00 MB 2 0
67,438 67,438 00000000020ffd9a00e75df921fc6c74c725dc5dc75f60455d5ff703d1a00ac4 0.00 MB 3 0
67,437 67,437 0000000000e88c64e2a6c17e278632b3d2678f06eaed8075c392690d3d961e03 0.00 MB 2 0
67,436 67,436 000000000255422f90da079b063bbaffc162eb48d7bfe80d75c29be92c5e79ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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,856.45 GB sent, 102.60 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.