Memory Pool Memory Pool Refreshing

26,616 transactions
28.47 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,305 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,188 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,304 (390,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,544 471,544 00000000000000000048bb0ce92a35767f80d739716256e149ea8877f6b04733 1.00 MB 2,354 327
471,543 471,543 0000000000000000009f241ffaa200cddc2caf04116bc7517ccf3036d8d5788c 1.00 MB 2,068 137
471,542 471,542 000000000000000001295d4d706b81418b67a9265e08712bacfa97b2283fbca3 0.99 MB 2,069 329
471,541 471,541 000000000000000000f7e460ae46f412bfe4f921baac8dcb694d33bc4d9582fc 0.99 MB 2,234 344
471,540 471,540 0000000000000000010135df1a821d2e1f8e3b41454f466055ab9f5ccdf66406 1.00 MB 2,115 151
471,539 471,539 00000000000000000058f87d9e73c407fa84c6e4fe3fa750173fdb42e5fd49fb 0.99 MB 1,916 323
471,538 471,538 0000000000000000015dbb9e6f36a2f68de46d92b4fee0e4513d5b4584af0f46 1.00 MB 2,424 350
471,537 471,537 0000000000000000011c2bd85db113ec6ff9a93603670531fe2aed394b100dc0 1.00 MB 1,508 78
471,536 471,536 0000000000000000012f358ad23ddfe6eec939e9edfd796a80294813ab02e299 1.00 MB 1,779 223
471,535 471,535 0000000000000000013b12724fe2a10b899d0edaa679934ed9a9232ddc9d5b93 1.00 MB 2,212 338
471,534 471,534 000000000000000000c48fdb4282f35d03ab69c4b5d328526ff255858d723f72 1.00 MB 1,868 230
471,533 471,533 00000000000000000010b97ba37ae66e352f9739be689dcf0d3f412949987d42 1.00 MB 669 51
471,532 471,532 000000000000000000e4c3a158e20093e35f327066aeb80af18832913b875ebe 1.00 MB 1,417 54
471,531 471,531 000000000000000001440b06bb41df98d4e6ce4992110d3215d7d953b148f989 1.00 MB 1,806 228
471,530 471,530 000000000000000000e2c81dfe3646b1f7166e90dcfcb24c885c9df3eabc6dd1 1.00 MB 1,830 326
471,529 471,529 0000000000000000019898171b28738628fda4d386333b6777f910f2d6b9b361 0.99 MB 2,563 473
471,528 471,528 0000000000000000019c9b3ba01f4d8ec2f6b8cb1e150a7a4292f3cab10eed82 1.00 MB 1,046 82
471,527 471,527 000000000000000000dbc55f91a1164d45d49a8c946910af52b4e5a9e450a300 1.00 MB 1,262 92
471,526 471,526 00000000000000000194457637ecfb6533caeea9c80409637a9a064d40687264 1.00 MB 2,135 251
471,525 471,525 00000000000000000095daab2878afbd34c28591da009accc287e2f2ca93cf95 1.00 MB 2,063 385
471,524 471,524 000000000000000000bc8629e3e16d9fac3e9ca0c5d4c90d634245d86234d2c1 0.15 MB 354 232
Previous 10 blocks ↓
Total Size: 684.74 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,362.82 GB sent, 103.30 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.