Memory Pool Memory Pool Refreshing

44,960 transactions
25.86 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,574 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,080 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,573 (288,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
574,403 574,403 00000000000000000001bbdd7b8a4602eb356a7d95a9951ffcecd817c53e9599 1.33 MB 1,718 51
574,402 574,402 0000000000000000000ce22993644e9f99ba51455130d43484b194fedc54fa93 1.32 MB 2,778 54
574,401 574,401 0000000000000000001f9393f063b1828d43cbc936294c95ca906bc46e7b2af6 1.25 MB 2,620 63
574,400 574,400 00000000000000000009525673b5d3c47cdc87d6a5dcde949554cf5f290ae621 1.34 MB 3,028 67
574,399 574,399 0000000000000000000b1600cdfcd036e3b1257c48a11c79267ad4797523cf9b 1.13 MB 2,748 19
574,398 574,398 000000000000000000214fda360659b5bd888f132d333d25ee6840ca31ecbb3f 1.20 MB 2,869 77
574,397 574,397 0000000000000000000695b912e8bf02cd5debe85ac34c348fd22a00dcd1adef 1.33 MB 2,927 62
574,396 574,396 00000000000000000006a17093df0f729abe5bb1d369c0285778d9008fc55f1e 1.30 MB 2,956 72
574,395 574,395 0000000000000000002426ae7bf4075784d24934a2ef9a0f1e569461530fb4ae 1.24 MB 2,965 37
574,394 574,394 0000000000000000002b84a84e9e8fcb7fb209944f26ff993e06bc36943df6c8 1.33 MB 3,016 64
574,393 574,393 0000000000000000001232a985b0de1b0b737012b56e253c094b9b1dffa92975 1.09 MB 2,976 11
574,392 574,392 000000000000000000156a0d2dbe65938ec32769adc9b49ae0f7b67f1412fed8 0.00 MB 1 0
574,391 574,391 0000000000000000001284aa9a6e2ef8fd3ea912d85092efc301b77210df18be 1.05 MB 2,920 11
574,390 574,390 0000000000000000001fffe072c46b8314ace4d49822fe8d96852783d954d825 1.13 MB 2,286 23
574,389 574,389 00000000000000000004027ad6ec356c5a896680e2cd89549fcdb59290199d1c 1.24 MB 2,241 61
574,388 574,388 00000000000000000026441d6b9c16a25935d240df925f8b2c263ac211393482 1.23 MB 3,097 58
574,387 574,387 00000000000000000009ee0a23fba93046e505f501ee01f1b99fccbb0f8d409b 1.18 MB 2,739 27
574,386 574,386 00000000000000000019c8b6a4b6b83e6ca9f705f1f402d14556e04666241496 1.14 MB 2,704 37
574,385 574,385 00000000000000000013ff29352a7dfcdf514cae289dc2c035b7e328a807c4df 1.24 MB 2,871 71
574,384 574,384 00000000000000000029ab5d30e93745a9485a958474fd8619770c1ce863d9f7 1.18 MB 1,817 62
574,383 574,383 00000000000000000028b6140faba278b49481317eaed45a0412534e5a5aeabe 1.22 MB 2,746 34
Previous 10 blocks ↓
Total Size: 685.26 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,375.73 GB sent, 107.41 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.