Memory Pool Memory Pool Refreshing

61,928 transactions
31.55 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,837 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,729 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,836 (396,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,897 472,897 000000000000000000cc7cd572e8329496964e369484655698d3f697e43a8b01 1.00 MB 1,878 353
472,896 472,896 000000000000000000ce44c2d581d72baac22162ddde4953879d3060df14153e 1.00 MB 1,175 128
472,895 472,895 000000000000000000b5e23759e668ff1897d32f34ea37bd5dd922ba1e5666af 1.00 MB 2,399 200
472,894 472,894 0000000000000000002cca77787686d8024c171f89852c0208b3e5b160e961ca 1.00 MB 2,162 291
472,893 472,893 0000000000000000001cc41114eec5854e3353b1e34c2da62603e6cbcbf8e322 1.00 MB 2,099 338
472,892 472,892 0000000000000000004302a7ecc1a0c12a0140d4b60c398867f5fe64078c49cc 1.00 MB 2,286 376
472,891 472,891 000000000000000001306e36d7382eeed7bd57225a8afa56e848182aee63cb3c 1.00 MB 2,231 285
472,890 472,890 00000000000000000165980af14735665ac556bc1e2a1c485c16d9266622881c 1.00 MB 1,469 229
472,889 472,889 00000000000000000159c6d590497c65281934c9b3d530c5fb812f1beb96d15a 1.00 MB 1,731 332
472,888 472,888 000000000000000000636df93cf3c43b1eaf6688b090bf0f2fc7f94fbeb6033c 1.00 MB 1,643 176
472,887 472,887 0000000000000000003897cc36963382b7eea82388fff01a8800463cf4c24297 1.00 MB 1,622 370
472,886 472,886 00000000000000000070303088c0626fec56fc0322dd44d6338c60415cbadf64 1.00 MB 2,514 377
472,885 472,885 0000000000000000010145367197c21681d360a116f980a4e36f2e6c57101bb7 1.00 MB 1,686 222
472,884 472,884 000000000000000001215d14eadd949f8a1148425904cecef1e478f9a59ec3df 1.00 MB 1,854 360
472,883 472,883 00000000000000000097d9af03507af466a8c369eb8a89153b8c5d6eea005cce 1.00 MB 1,953 285
472,882 472,882 0000000000000000009241988350d5b8bb3c9b7f1bffff2e2c5b686d2030db25 1.00 MB 1,732 321
472,881 472,881 00000000000000000166c4733178b494eaaa4bb3dc6d92fa037e248455b67a76 1.00 MB 1,330 278
472,880 472,880 00000000000000000183f6184a894bd600d5a3eeb636c5756ed8991f9d36d29d 0.99 MB 1,306 328
472,879 472,879 000000000000000000a33e25c5a997c3fe571fe4bf29d58d51704384bc0d1a36 1.00 MB 1,834 360
472,878 472,878 0000000000000000002f9f3841b91695bcb23fef89acaa0deded7fd74d033937 1.00 MB 2,364 355
472,877 472,877 00000000000000000037bca2ee7b591912c6314a6ae69ec07e8d51c1519fcf43 1.00 MB 1,752 255
Previous 10 blocks ↓
Total Size: 699.15 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: 2,112.73 GB sent, 204.93 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.