Memory Pool Memory Pool Refreshing

40,226 transactions
29.55 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,352 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,318 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,351 (80,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,530 783,530 00000000000000000004d4ced8dfc78f79027f4202466f9ab4340d2ad0ddfb4c 1.56 MB 2,054 8
783,529 783,529 000000000000000000038f85f5ad20962b92c922ba1ed42d03907800a93a8ada 1.81 MB 4,011 10
783,528 783,528 00000000000000000004ab2f7f2ab28a33b7eda273cf0be4be750621945e5311 1.46 MB 2,538 21
783,527 783,527 0000000000000000000064ec50748aa3c9e286b57038f970d97aa16e18d734f2 1.43 MB 3,542 28
783,526 783,526 000000000000000000024cdc88c7ca58b71c64550e5fc89866a384527357f59e 1.33 MB 2,960 31
783,525 783,525 000000000000000000000c0f8ac9d671945946c9e3156d528a8182db196009d3 1.45 MB 3,320 34
783,524 783,524 000000000000000000004760048a71085c7b54b7cd667df757fcd592b6b33d5b 1.41 MB 2,929 37
783,523 783,523 00000000000000000001b1a342ab43820684fab044b4322a52369e78d045e45c 1.45 MB 2,468 18
783,522 783,522 00000000000000000003066729b3a891ec2d3bd88197d8efadfcd95eb29a2ef7 1.46 MB 3,303 23
783,521 783,521 00000000000000000000bfd77d7b632c0d2a48ee82f6b8bd8adafc6e9a5520bc 1.39 MB 2,651 34
783,520 783,520 0000000000000000000088371228e0647449b4d5c7dd5d472364720765fc2c67 1.41 MB 2,579 29
783,519 783,519 00000000000000000002ac25d06fd17b5e4cec79818c64a77fd4033c8f8cf6ef 1.49 MB 3,424 31
783,518 783,518 000000000000000000021f7c2bf23b336c9409dae4a3c9fbf7412e5ecb219a3e 1.51 MB 3,454 26
783,517 783,517 00000000000000000004636987a84ac4d4e2ade97bc190b855c7ff23775dfa29 1.61 MB 3,344 21
783,516 783,516 000000000000000000017300e5b30eef3649626e3ed2ebb057981612c48332d4 1.55 MB 3,164 23
783,515 783,515 0000000000000000000288203f7626a4e3f2071b289c0f9225c44e34b2df069b 1.51 MB 3,241 28
783,514 783,514 0000000000000000000327c2b96b4cca1b09b16cda8a94e2ea00ca481adb5acf 2.50 MB 2,194 14
783,513 783,513 0000000000000000000273f14a4dbf7e55f903c745379663835351b18c22757d 3.52 MB 812 5
783,512 783,512 0000000000000000000394ce4d4e4acc93ea9c8efa80281d22fcbdf2159a8b01 2.37 MB 2,485 14
783,511 783,511 00000000000000000000f21b82e5365343b93dad883083c274c7450acc68a6e8 2.38 MB 2,464 7
783,510 783,510 00000000000000000002d124dcd21bff86ce3acf63dc2d039f723021c6b5f9e4 1.41 MB 2,989 26
Previous 10 blocks ↓
Total Size: 688.70 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,632.92 GB sent, 130.21 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.