Memory Pool Memory Pool Refreshing

40,096 transactions
31.58 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,526 (668,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
193,651 193,651 000000000000012dbc8ec362df874f29b8f4b97219ebec2f40d10e43398271bd 0.04 MB 67 65
193,650 193,650 00000000000000862fa1d9896c752f8863a8fdbfcfb211810b6f4d4bce8fc4ba 0.08 MB 154 94
193,649 193,649 00000000000002697379262d1d65788fd5dbc22c95efa7dfef0b809e552d5fcc 0.03 MB 89 94
193,648 193,648 000000000000019d6a30b24d53cdfc6ee44a719fe8a983f84f4dd59e61937a66 0.18 MB 421 117
193,647 193,647 00000000000000820ef6091455ece0313d3b6e6e3ed49df4351ead66379580f9 0.01 MB 53 343
193,646 193,646 00000000000006900512ed118ab1e06c7afcf5103bbacd2ea6c252dd2bb4ba04 0.25 MB 644 131
193,645 193,645 0000000000000496f59052d752f432f2c66fa7d6a0a1b3073a9a2ee58f65a19a 0.50 MB 1,836 0
193,644 193,644 000000000000050ba8a80cf3b2a87dff96b49d1691a6427f0babd5403f3ef2d0 0.25 MB 349 88
193,643 193,643 0000000000000757d705d449ee9c8b7c075e850d05373852d4e7ad0f7de6128d 0.38 MB 1,024 181
193,642 193,642 00000000000003d9a0d3cd5e4098e7d169374d96e81185855a77d8786b25e4a3 0.00 MB 9 3,127
193,641 193,641 000000000000063eaebe0fc2d25284ad6363653a6a689259a5d0dd999e596778 0.07 MB 219 92
193,640 193,640 00000000000000bef8b504e0caaca7c144602ef31e7554f99f17730d4ad2516b 0.00 MB 1 0
193,639 193,639 00000000000001beaa7869a0bb8cba933665efa2dbe90a106976c610f9b414f1 0.00 MB 10 30
193,638 193,638 000000000000067815aef7b17746d56a2a2439f230c198d7ca643cb241e2d36b 0.25 MB 689 139
193,637 193,637 0000000000000324449b64dcea2bac05d1b71ae56d8787b1b649d684b1e433c8 0.25 MB 371 98
193,636 193,636 00000000000001d2a11a7b39777a38462aba8511c40cc767e825c3a62eb1f3f4 0.05 MB 120 190
193,635 193,635 00000000000004587f23e5b3173911ca5b1828712e189786b7b2c4d66a77fd2c 0.20 MB 773 222
193,634 193,634 000000000000030e470f4bccd98a02bd41a2334e8c454e85e9fd59434735d4da 0.00 MB 11 16
193,633 193,633 0000000000000133401bbd723ab72a35fed5e5da4c3476ac1086994cef76dafe 0.25 MB 477 109
193,632 193,632 00000000000004317b7b5553df9d295a46cc33da6d4601c0fea6b31be9441b8b 0.00 MB 8 64
193,631 193,631 00000000000001948bcd9bbe143a8495d64bd46006c47472e6f28d729fa28bf7 0.03 MB 94 63
Previous 10 blocks ↓
Total Size: 685.17 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,372.82 GB sent, 106.63 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.