Memory Pool Memory Pool Refreshing

30,774 transactions
24.34 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,456 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,455 (48,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
815,447 815,447 00000000000000000003c0ee5f1c1945c463e374033b45a5c0c469beff215ac8 1.62 MB 3,683 41
815,446 815,446 00000000000000000000c7a13ecdce185e6dc07d873b8ff1c812264718791d8d 1.54 MB 3,896 58
815,445 815,445 000000000000000000004fd846cb74e795f8d7dc862def446e3085d32b410d67 1.61 MB 3,412 39
815,444 815,444 000000000000000000026ca79d5199814077e4e000ddd986dd9ad24b44b8f3c1 1.59 MB 3,356 45
815,443 815,443 00000000000000000004282acc5bd50ed68cec70470faa44480f899e82f68b9a 1.97 MB 2,775 67
815,442 815,442 00000000000000000003848ee970a1f02bcb42786e416e5300f561c5d4cfee72 1.68 MB 2,903 45
815,441 815,441 00000000000000000000d8b17108b47b368304b4ed0346d99db28a0ce9cd29f2 1.74 MB 4,516 52
815,440 815,440 000000000000000000001958c21f4d8012d9b50099a24bce5dfa197b95075c44 1.64 MB 3,362 58
815,439 815,439 00000000000000000001551c2fb00b6bfaa6a288271259d1175c2d866eb9bb73 1.74 MB 3,601 76
815,438 815,438 00000000000000000000137a2ad80f623e14511a726381c972c2328031f0ce29 1.86 MB 4,495 49
815,437 815,437 000000000000000000002c4786edb06c6bf37b4548ddd27f910a558509f29563 1.50 MB 3,438 41
815,436 815,436 00000000000000000000d6b9061a1e30baa26b507260635d31284afe32ab8c3d 1.64 MB 4,174 57
815,435 815,435 000000000000000000003c27e0e5a2dd73af0bf642549b2738960cd1ddc7847e 1.84 MB 5,579 38
815,434 815,434 00000000000000000000e50655942946648b8216dcb4e8dd2e99d716cfe27521 1.66 MB 4,267 43
815,433 815,433 000000000000000000016c94f61c5476b9f28dbca6ed7369ab62b454500a4480 1.89 MB 5,300 36
815,432 815,432 000000000000000000039832f4809b95bbd9f4fa16690261c22d5d09dd5e5178 1.89 MB 4,586 37
815,431 815,431 00000000000000000003cf392dc1973c6a43be801ed6f2a865bd5de2271f2f95 1.94 MB 5,667 38
815,430 815,430 0000000000000000000220645793982ce889308d4182446e4f86aaefd1e77c9f 1.94 MB 5,731 43
815,429 815,429 000000000000000000015535ed109322c45d3fe498ade45b7d29d13f776ca93d 1.73 MB 4,340 52
815,428 815,428 00000000000000000001ef2ce720b14def921985c10b564fece4774e16de760c 1.83 MB 4,871 40
815,427 815,427 0000000000000000000005674e8b6be06d49a4de2691660b1393feb9e6ece8d8 1.70 MB 4,435 49
Previous 10 blocks ↓
Total Size: 686.99 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,500.14 GB sent, 118.30 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.