Memory Pool Memory Pool Refreshing

42,510 transactions
23.99 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,604 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,603 (229,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,692 632,692 00000000000000000011dd5b76fa4f27a92561d3069677dc5f9fdddd9b5cb60b 1.13 MB 2,453 24
632,691 632,691 000000000000000000114eec607c10d81f3c28b1f782235303c5f3810114b5d0 1.19 MB 1,930 35
632,690 632,690 0000000000000000000438c54a2a9ec67c85342397db84e6d44a2285b9744e41 1.38 MB 1,874 63
632,689 632,689 0000000000000000000c6b82a4864d946e92c9ffd6f302e571a122624d5b7279 1.30 MB 2,338 97
632,688 632,688 0000000000000000001103812ac9921adf0ae1d111be9fe6ce37a71266ecec6d 1.49 MB 1,956 52
632,687 632,687 0000000000000000000d519a5fa762c97b19ede75e89933fe3ee79fb3caccfe8 1.27 MB 1,319 69
632,686 632,686 00000000000000000003c95589fee9fd9bfda7fcb076fe0decd2d1d672b0ba4a 1.27 MB 2,292 107
632,685 632,685 00000000000000000000ccfea71c482533a0a86316bcc32d4a3b22659322676d 1.48 MB 1,950 76
632,684 632,684 0000000000000000000b4e0793371a7a1368cc9b803e4f38883debf140832a7e 1.24 MB 2,742 115
632,683 632,683 0000000000000000000d901b3e349f0c6168ef0ef86677bb5354c32785d966ca 1.21 MB 1,808 13
632,682 632,682 0000000000000000001019f9913c89a0580f8593ce1cd4132fc31b35c4ffdbc8 1.32 MB 2,836 51
632,681 632,681 00000000000000000000a7e209749bcbbfb967739a5de52c90c7d17492639377 1.24 MB 1,939 69
632,680 632,680 000000000000000000111a9ca41980e35b2dc817be0d310f6077910dcc5f946e 1.36 MB 2,530 100
632,679 632,679 00000000000000000006cff27ebeb2abe84ba6148f2dcc8806ed6158183a2091 1.63 MB 193 4
632,678 632,678 000000000000000000078c278e29c83c771ce7c4728ebdc25214f18c71d1280d 1.67 MB 243 7
632,677 632,677 0000000000000000000d9d9c82c9a60dbca126daf88de2f938bf49a444e8b838 1.23 MB 1,647 40
632,676 632,676 00000000000000000005c0f74e8b00c3961d6dfbf32936edeaa300015949f3c4 1.25 MB 1,280 71
632,675 632,675 000000000000000000007014b536630477c2c9636947a9f1e0a28b5c5bb01ca7 1.46 MB 1,544 36
632,674 632,674 0000000000000000000350281b4054a389db09025fd43b4b3f8f22ce88abe11f 1.27 MB 2,045 54
632,673 632,673 00000000000000000003be57e7059995db2656d95a089015cda34dbaf2923bd6 1.31 MB 2,328 72
632,672 632,672 0000000000000000000e4f98b57cdaec2a61ff636d70b71f106905e4616112db 1.32 MB 2,121 50
Previous 10 blocks ↓
Total Size: 685.32 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,377.15 GB sent, 107.81 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.