Memory Pool Memory Pool Refreshing

63,258 transactions
34.57 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,459 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,509 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,458 (715,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
159,658 159,658 00000000000006238500ea6355280445620263f56b0b43931c74d5d96b63c02d 0.01 MB 31 141
159,657 159,657 0000000000000b0d6cc197aea711092cce6c173b5c909c03df1eb6e860d85763 0.01 MB 18 198
159,656 159,656 0000000000000a43ff8f5b954e71c2189ebe4cd5d94c52a70bfc1317d0efa361 0.00 MB 1 0
159,655 159,655 0000000000000d218a944c90d6500cc03a3673331bf6cf12b1f7accf3686d3e5 0.00 MB 11 376
159,654 159,654 00000000000006d063bf28d94fdc096f39def9a3167fcd0b9eebd8a35195210f 0.03 MB 90 20
159,653 159,653 00000000000003f8fb0a295f51481c121877e79d2c1df17c7ffc901dbc51b213 0.00 MB 11 56
159,652 159,652 0000000000000e2c8f32ea8cb4f77244e2e15afbe7409542e35de61dbc2291ae 0.01 MB 15 154
159,651 159,651 00000000000002d0c078a3248c5f350ae7a713b60c99d9328ecf455232a5c39d 0.02 MB 54 174
159,650 159,650 00000000000003ba0534f2e14e1446a1c4cb1f99cf6ca6572e0b691d9017196a 0.01 MB 38 153
159,649 159,649 0000000000000af8242b8c6b34d0318a2e819b2203797bb5cc308027404bf164 0.00 MB 8 14
159,648 159,648 0000000000000ce386877c2f37e26ea3983e79382e817cb398177f862e020966 0.01 MB 42 59
159,647 159,647 0000000000000c643a4108eed273f18c607c48d91fa354f0819215d2e7e72721 0.00 MB 7 575
159,646 159,646 00000000000003c31ecc53d77a102aefc97f03a08c94620e5387f642efbb9f14 0.01 MB 27 341
159,645 159,645 0000000000000291ed183bb5104aa6be58a07248b278bdd1e40458572e6728f3 0.01 MB 26 171
159,644 159,644 0000000000000238f427fab3c1141e253dfdbb946014aa8f5e3924e1bdbbf130 0.02 MB 67 53
159,643 159,643 0000000000000473e0548194c6f89f9a565651a7fdb08a7b20d86a22101330b4 0.03 MB 80 42
159,642 159,642 00000000000006335fde3de804746b1341b7db120d91459cd58e100a197dda69 0.03 MB 11 58
159,641 159,641 0000000000000dfaab463fc3a16bb92541c3db82c1f16b62ccbadb35c6ec5e17 0.01 MB 14 43
159,640 159,640 00000000000001ae5b3dd488c10f09287dad339a3e10dfe86660055cc2634f94 0.02 MB 45 2
159,639 159,639 0000000000000451d16fd207a88f34c6fa31f3b168a4e9b5e978e59a721cbfd0 0.04 MB 57 117
159,638 159,638 0000000000000c425c7ee8cada954889c7ee0a0d71984399105c2e67f1a9c304 0.00 MB 14 74
Previous 10 blocks ↓
Total Size: 709.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 601.08 GB sent, 9.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.