Memory Pool Memory Pool Refreshing

66,685 transactions
37.05 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,439 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,653 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,438 (855,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
20,010 20,010 0000000053fac142aeded3138b7fe5d33a6140795b08a6ec83aab0627f181273 0.00 MB 1 0
20,009 20,009 000000008d9f30eb6202dce22b123b1c18f416094efd0c7e47b6139d8af66978 0.00 MB 1 0
20,008 20,008 0000000032c349b31a64a7cd8cfae3287f2238db0ee82862f31256abdb575da2 0.00 MB 1 0
20,007 20,007 00000000bedfbb268d32e50b36ac4d6d5ba70b6912128c592b810321ebff97b3 0.00 MB 1 0
20,006 20,006 000000003345e4c22db7cc1ebb84e9db24327f679aad6dd121b0aa12a00e9ccf 0.00 MB 1 0
20,005 20,005 00000000de0ad54d77be5c86ef4aa316d86b3bd09f0419422a09d3d73856a084 0.00 MB 1 0
20,004 20,004 000000009c72826d44f0cd495a1f223c5d4863ff323fa2b9965ab8eb80818fb4 0.00 MB 1 0
20,003 20,003 00000000c7ccb926d3c0e87fb22e5aa0c520789c5910ce2afe890d2eef5a3501 0.00 MB 1 0
20,002 20,002 0000000027ac72976acaf634feab58664628032f36e9034539f3240972ec1e1d 0.00 MB 1 0
20,001 20,001 000000002434a3edf8dee4fe506d306c59d3bf41f73d979f30ed3f7b7c34d06c 0.00 MB 1 0
20,000 20,000 00000000770ebe897270ca5f6d539d8afb4ea4f4e757761a34ca82e17207d886 0.00 MB 1 0
19,999 19,999 00000000ba36eb929dc90170a96ee3efb76cbebee0e0e5c4da9eb0b6e74d9124 0.00 MB 1 0
19,998 19,998 000000006eb5c2799b0f5fafab6435daeecef8e7f609b731c9879c3f74f28c73 0.00 MB 1 0
19,997 19,997 00000000eed0fb1dd09ff30f8c347b8aa54eea90dff5efc75eb5911f12f1fe48 0.00 MB 1 0
19,996 19,996 000000001799fa535f5d9e50a12c869592a4f5bd4a16a81402b4cc293e5b0bd6 0.00 MB 1 0
19,995 19,995 000000008120bb99a89abf92634114ef95e86fc5156c140dd494013f2091ee9d 0.00 MB 1 0
19,994 19,994 00000000ecde67d0640ec56022a3ff59041beeb9b00499489e099e9ea44fd097 0.00 MB 1 0
19,993 19,993 00000000a704f6096e00445ee9f1267c4247c561c386c63aca39c5881e341b84 0.00 MB 1 0
19,992 19,992 000000000ab28f86b2705e8b02a5f36881b75cadbb65056068953e5ab3b85506 0.00 MB 1 0
19,991 19,991 000000004f5c0c33df81d0237c868ee3ec114563b338f4de0cb786e6b772f741 0.00 MB 1 0
19,990 19,990 00000000b6ae9d70bf766ff81aa3cd2e19f657869d70766dbffdd34ce4185193 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 709.46 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: 595.30 GB sent, 9.15 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.