Memory Pool Memory Pool Refreshing

55,939 transactions
27.19 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,205 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,157 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,204 (404,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
464,448 464,448 0000000000000000020c1fb79b441ad84178010c7ff6b670cc5de71a82f0473a 1.00 MB 2,883 170
464,447 464,447 0000000000000000012d0f126875e2d783be183df6a64316c8195d6f5b0923ee 1.00 MB 3,097 135
464,446 464,446 00000000000000000075960f40f9d460b8afd185ffbe09aff5b08d039a246631 1.00 MB 2,037 180
464,445 464,445 00000000000000000171a930b4961d95e21ef7b10682ed5911ac34cb3d1e137c 1.00 MB 2,100 123
464,444 464,444 00000000000000000218556606adced3948eccd7703411117304211f7ed83fe3 1.00 MB 1,760 144
464,443 464,443 0000000000000000006e164874b914a511633b93db9933604d982570778def24 1.00 MB 1,649 174
464,442 464,442 000000000000000001e60b68b1b8f632b62e0551c7a56d5260bcd5c0aead54a6 1.00 MB 2,609 195
464,441 464,441 0000000000000000013dc8be8d2a5d727bca44efc8c919ca63905a4031a14be1 1.00 MB 2,139 200
464,440 464,440 000000000000000000bbd0c0e473b73f895c0ecce81ae55fa7ebfc0063c07c14 0.00 MB 1 0
464,439 464,439 000000000000000001b79439a2dc37b3594ea73b88e1f256d3bb90080a5df82e 1.00 MB 1,897 140
464,438 464,438 000000000000000000255d60fb33e51ab6d92e345e4c747706a154f3311db5da 1.00 MB 2,201 153
464,437 464,437 0000000000000000005c11a40b1d1e89f660171c34354358536e70723e965ec1 1.00 MB 1,472 130
464,436 464,436 00000000000000000111273f8f137cfb45332604e7b643a2b82ea0488a1aa676 1.00 MB 1,612 146
464,435 464,435 00000000000000000164ec64feaa3ea7f103eb5fe819bdef8fe9b03c5561848e 1.00 MB 1,787 160
464,434 464,434 000000000000000001693945f8a0a93ec28ca91be8ea200842e5cab77014e3c7 1.00 MB 2,786 207
464,433 464,433 00000000000000000082682bc5c35abd043eee7f9307f0cf9551620e222c16ee 1.00 MB 3,143 204
464,432 464,432 000000000000000001e3e3f361d5b6237028011b974fed66a0f17b4c4dd7d4fc 1.00 MB 2,533 178
464,431 464,431 000000000000000000ac23d1d3d075bc22f6b932e7adf310e39a493b49f28426 1.00 MB 3,116 244
464,430 464,430 000000000000000000eb330d58046d541a151fa7d21cbc534e3ecc68035ad12f 1.00 MB 2,353 128
464,429 464,429 000000000000000001014bb40ba45a310f1f7aad0b8b80795d9a2f08cb3f71bf 1.00 MB 2,567 144
464,428 464,428 000000000000000001e9a77be97e42d53e21c6326e1d99d422d8359c201cea3f 1.00 MB 939 132
Previous 10 blocks ↓
Total Size: 697.95 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,064.62 GB sent, 197.48 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.