Memory Pool Memory Pool Refreshing

69,859 transactions
29.57 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,486 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,592 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,485 (19,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
853,026 853,026 00000000000000000000cce052f63c9d00b853c84a3d1b00bdaa08313f5731e3 1.48 MB 4,231 6
853,025 853,025 00000000000000000003470e289ddaf2d49fe66216bb2081ee78f567985293d6 1.63 MB 3,803 9
853,024 853,024 00000000000000000002b9cc02b8d92d126919dd61255fc27875c64be97a11bf 1.64 MB 6,806 4
853,023 853,023 000000000000000000006cfee325ef688f5e5a6a42f083003a618d368a7018a0 1.52 MB 4,506 6
853,022 853,022 0000000000000000000114d6b5a3c608bb7dcc41b75053f323c61a5dfed0e333 1.63 MB 3,762 9
853,021 853,021 00000000000000000003474884bce4612c2ffc5dbe790e042a410f7ddf1ff4b9 1.41 MB 7,720 3
853,020 853,020 0000000000000000000238fd329eb749a22011b04c6219ff7ed7bf9e195a437b 1.55 MB 6,398 5
853,019 853,019 000000000000000000028a431eb0b875a2e8010fd0aac81ec783999a8a4dedb0 1.57 MB 6,139 3
853,018 853,018 00000000000000000002d9b95f6545fd83f99356ec8942b828bd09fe5ea66f1d 1.60 MB 3,518 8
853,017 853,017 000000000000000000002cd9782f407f5c7f458f850d72e46fc56054c7def831 1.60 MB 5,355 5
853,016 853,016 000000000000000000025190ae6d65070fa7b39eeaebd4f12fb9d347d11677e6 1.49 MB 6,945 4
853,015 853,015 0000000000000000000325dda51802f9760c665a581435d9d56fe3038ffc5393 1.52 MB 7,572 4
853,014 853,014 00000000000000000001d8b152e3a78a7880fbef73ca6a7fa4698aa64a5388a1 1.58 MB 7,097 3
853,013 853,013 000000000000000000029ef2c53cf0e9af3820263f79997ec5b5beb9aeb649c2 1.45 MB 4,495 6
853,012 853,012 0000000000000000000162ef35d2d093b5e1099d9b8504d286d0bd689ba7f854 1.58 MB 5,383 6
853,011 853,011 0000000000000000000106cde5739ec252c6cc31320494936a496304a7890c09 1.43 MB 3,453 5
853,010 853,010 0000000000000000000075b9759b5e149dc768eefe135858ced9eb39831ec4e6 1.52 MB 3,560 5
853,009 853,009 000000000000000000008d48c97bb46b1447b170c7394628b73164be10abc2c6 1.68 MB 3,616 8
853,008 853,008 0000000000000000000209a6fbcce9028ffe52fe8d9c853b72761df002ae3efc 1.53 MB 2,942 8
853,007 853,007 00000000000000000001250cc5e402cee5264e49179291a1917335aa9ff26cb8 1.58 MB 3,568 16
853,006 853,006 00000000000000000000df09beec8cb18887d871ec3d3bb88a677dac57ba054d 1.45 MB 2,771 7
Previous 10 blocks ↓
Total Size: 704.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,641.67 GB sent, 238.55 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.