Memory Pool Memory Pool Refreshing

20,931 transactions
33.67 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,118 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,794 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,117 (673,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
188,598 188,598 000000000000061582087405d79c24e4c8c8aca9d5a06da502f8c419464f27ef 0.05 MB 138 26
188,597 188,597 00000000000007fad3aa3f550660ca181b6c8396bdee2f432b6de75755dcbb73 0.01 MB 21 115
188,596 188,596 00000000000005656b3489b90512e17a22d97cf212e791ebe825a94844f90d07 0.04 MB 128 195
188,595 188,595 000000000000061689ab3ad4e7448d6419055819084c8f4c0269e04030f1ca25 0.22 MB 378 98
188,594 188,594 00000000000004eb032bc3ff3619cfa8a330a1eb686cae505550c5d1a0bc5670 0.05 MB 160 74
188,593 188,593 000000000000054fbeafca78f287d69166406de9e891c7a62e696e6c77d673d4 0.17 MB 505 159
188,592 188,592 000000000000017ba8f06c0f1cc9f53408bbaa3e782a276f4b4528e98c01e5aa 0.25 MB 588 139
188,591 188,591 00000000000003601765517dd4b032fffa5888ac57dd1cf642905f24897ff5f1 0.04 MB 112 115
188,590 188,590 000000000000062601c07ac22b37cd26c3c3ed3ac94f54d9c105da48177af7b5 0.03 MB 51 116
188,589 188,589 00000000000004e88f1ea1174d9c4596a7da6a65f3aa08eed0e250f87ca41d43 0.10 MB 232 151
188,588 188,588 000000000000015f68d99e45e89ce9e03d090c8f27237fc5e979a4f9e22c2ebf 0.05 MB 96 105
188,587 188,587 000000000000032eb41d11c3d216a36b667872a7e731a6ed9a7331c2a7868391 0.05 MB 121 61
188,586 188,586 00000000000006b4e9c6cc66b9584480fd01e307e05fb2fe96f3b5cf5549fe7e 0.20 MB 381 109
188,585 188,585 00000000000001795292b220c4342615ff2fd0873c32c735d636f96d62d1b62d 0.05 MB 135 103
188,584 188,584 000000000000079c36784d6fb21247ea973337d973a8c42e1845e25969fa31b1 0.00 MB 7 0
188,583 188,583 000000000000073c47a2200c60517ad21d68af5f2c00ba08a54f37378bcf0d70 0.43 MB 952 67
188,582 188,582 000000000000011eb649ee7c1d36d6960ab4bef6ebb26fe63b046a289f243aeb 0.25 MB 576 151
188,581 188,581 0000000000000178074447233f23ef2be88a596e79df4b9a1dff3a76fd377d48 0.00 MB 9 70
188,580 188,580 00000000000006c39aab7c2aa2b909b961b04b96fe3b41123c5fdb17812b4c91 0.05 MB 141 133
188,579 188,579 00000000000004e4759ccbb36649ae7ca038f275743aa4430431c5a06c229baf 0.10 MB 238 129
188,578 188,578 00000000000008540dfdfc20330ef6fae13e6a92ed1d6d436a1f6ec57422cfa9 0.05 MB 123 102
Previous 10 blocks ↓
Total Size: 684.39 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,338.67 GB sent, 100.87 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.