Memory Pool Memory Pool Refreshing

38,706 transactions
24.21 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,591 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,529 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,590 (815,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
46,821 46,821 000000002e70bc8b0b905948b1abed0b848410d2040edf88b9e43a38fb9fdef8 0.00 MB 1 0
46,820 46,820 00000000295005b16821ce9a7d611893f5fa4d92da0bc65005158a72ede294cc 0.00 MB 1 0
46,819 46,819 000000002e8308e2ad7c8c477143adf0898031f1bfbf31bfd2b16b8b1b631a27 0.00 MB 1 0
46,818 46,818 00000000238bf553a22cf1913c629bd50d93c907ff63da2e166a89cb093b795f 0.00 MB 1 0
46,817 46,817 000000002fd5c2ecbda1c562c2acc7d4f12cf51dceb65c821b8aaa4b70b91980 0.00 MB 1 0
46,816 46,816 000000001d1c2b0039e0d1bcb26a9895619e896747d53bdd7e039d1abfd46e9f 0.00 MB 1 0
46,815 46,815 00000000068aa8241a0fb4ba5252b71d4db181b782d704baaf4d45cbb01a7578 0.00 MB 1 0
46,814 46,814 0000000036e9591771bf8dc5f29d019cfac5e356b7c07c7fe747765a2ed569aa 0.00 MB 1 0
46,813 46,813 00000000092119e497449be6d9bb6b0ee8f093a49b42f7e48cc46302d1e8beb2 0.00 MB 1 0
46,812 46,812 000000002c9eb62e48d5286e26f7a052ebc3fad4f06057fcf826e26db18ad9d0 0.00 MB 1 0
46,811 46,811 000000000badfea8e2593909ee193b50888baa3605773e75fb997931824bc836 0.00 MB 1 0
46,810 46,810 0000000018073e2e8fc3dccaa37a23dabf92f28278ede5ac208dcdfee5fd26e0 0.00 MB 1 0
46,809 46,809 0000000009311308ecf8a9be3eea031b6a70654c1a515f351e26b80f05c8fbd4 0.00 MB 1 0
46,808 46,808 0000000007bce9ce8acc37f00f3ba362ddb5dd67a76c5de1fbff888f9c01734b 0.00 MB 1 0
46,807 46,807 00000000377315cd5b3a592b4f977f94d8c11435202016a031311eaace3b8cb3 0.00 MB 1 0
46,806 46,806 000000000384a09055daca429c966f61fa486680293b632216e933190407af9f 0.00 MB 1 0
46,805 46,805 0000000001b0cfb9cc06abc9684a29ea4cc944bbdc74587bf6312add09cbcbcd 0.00 MB 1 0
46,804 46,804 000000002326e1d85ace6e663489e9f5c5c9ce902725d8f2908e7960cdcad1c0 0.00 MB 1 0
46,803 46,803 0000000013969058005c8aa478f82a322e18a414d77cf9ccae1f314221c3332f 0.00 MB 1 0
46,802 46,802 000000001ca8c45419329b2084bd9dd8203704bf878a7d147ccd670c154bf76b 0.00 MB 1 0
46,801 46,801 0000000010d9e043d69d50317e7db19acc67abfc69942b1860593566af5bd3cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 685.29 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: 1,376.61 GB sent, 107.61 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.