Memory Pool Memory Pool Refreshing

33,395 transactions
31.12 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,392 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,254 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,391 (138,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
723,457 723,457 00000000000000000003c75ce11f2d2fcd1f05fe353d3858f529ffcc773d184e 1.86 MB 237 6
723,456 723,456 00000000000000000000af96c1225a01b1f85a9519c974dc9a16a7df5c17e4a8 1.83 MB 496 7
723,455 723,455 00000000000000000007d8f5ee52464a5ef8e3524af2b3a80530e3385c230742 1.52 MB 2,596 8
723,454 723,454 00000000000000000007553e3266b872ece1d49fbfd23d8acda89ee89b497c0c 1.59 MB 2,967 12
723,453 723,453 0000000000000000000241ae5e89cf15c4721f191137432f8807c6e43c2b4904 1.44 MB 2,940 20
723,452 723,452 0000000000000000000482f61a98c5a35037ea221313c2c089beb8b9ba20702a 1.55 MB 3,031 14
723,451 723,451 00000000000000000006b211d22bddb412fce2c8d81cc678e28cca5df26aae07 1.64 MB 1,423 10
723,450 723,450 00000000000000000003c98dd3722fce67e4428bda278247ef265c582fd00aee 1.64 MB 1,273 10
723,449 723,449 00000000000000000009eb46d015618f3e8f52ca2e88754efb20c8898150ec7d 1.74 MB 1,212 9
723,448 723,448 000000000000000000093efc1ec979181ad408f1a9c9e40b4f2c95df324ee478 1.79 MB 863 9
723,447 723,447 00000000000000000007c6603a3c40f48206a60d2c62c533a5de06131eda6694 1.55 MB 1,955 7
723,446 723,446 0000000000000000000781cd76ec4520913b061e99acc49b001ec7a8aada38f0 1.46 MB 3,017 18
723,445 723,445 00000000000000000001e95b74e778b898f127bf8a80f4336b45196cf741ce23 1.83 MB 384 6
723,444 723,444 00000000000000000001c28cd76c91ffdeabaa7cc8a995f2a7d89cf220b097e8 1.66 MB 1,228 9
723,443 723,443 00000000000000000008f445e057f665ac4cb0e057c77821f57eba8e40dd284a 1.54 MB 1,651 10
723,442 723,442 0000000000000000000015af2c1d20a21d39941d96cfc1f4f4170d589267e758 1.58 MB 1,758 10
723,441 723,441 0000000000000000000351748b45b2ce67f4a7642a923589f387a85ee86d33fa 1.50 MB 2,847 16
723,440 723,440 000000000000000000042d04de3e8cec550c75323b21fb8c190c9d9b561da881 1.87 MB 237 6
723,439 723,439 000000000000000000047ef41eb0a7591c5c90cd5d9603b66fb1b62c8aaafe05 1.81 MB 706 8
723,438 723,438 000000000000000000067f3d1a68341ea721a5567dfb58b7390d275bce021906 1.60 MB 1,998 12
723,437 723,437 00000000000000000001a154649983016e47ffe283cfbca2ce8bf6f20e7d5888 1.82 MB 752 7
Previous 10 blocks ↓
Total Size: 684.91 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,366.63 GB sent, 104.35 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.