Memory Pool Memory Pool Refreshing

53,410 transactions
35.22 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,996 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,178 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,995 (664,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,564 185,564 00000000000009445e3156352fbd5d05f5512ce7fa82a82690d21d63cdc45b0f 0.11 MB 242 195
185,563 185,563 00000000000001141a48b5b20c0b46537e3f54e3897a00c9af664e6cc457cb58 0.02 MB 29 88
185,562 185,562 0000000000000567c672fc80ad1114ef32a77a01526674bd12b8cd60ef8bde8a 0.03 MB 25 66
185,561 185,561 000000000000062c94f03858cd870be23a3a298951c98692ebf236e524630d4e 0.06 MB 115 110
185,560 185,560 00000000000004782d4ac5bf7459e2f5ffda34c8d11e609c543c596c27caef82 0.01 MB 24 12
185,559 185,559 00000000000005de59ec3f1488022bbdb0db2be11536ec7cf5f0c8b0635c09a6 0.06 MB 145 126
185,558 185,558 0000000000000172fd949c8e7d13e6ea8f79742a9e8d380b1c9303f1846d7ce8 0.00 MB 1 0
185,557 185,557 00000000000009038c43bd5cdd7513bc80246236dd394f3e7c48afa130a1a849 0.01 MB 33 83
185,556 185,556 00000000000001fe1aee0b0d48e143ec49f9d350bfd12a5dd9a7164c18324036 0.00 MB 1 0
185,555 185,555 00000000000004ea5e04f8cd2c01fbfde9cb8d250270b9558691a7397204bd28 0.13 MB 143 65
185,554 185,554 00000000000007438198445ed0616ebe60e0c7193f69cad55844efdc4c632099 0.07 MB 130 74
185,553 185,553 00000000000008390b9d51db496458a4fc56e41a1820bec1f3b91d5dfa255b4a 0.05 MB 122 91
185,552 185,552 00000000000000db4bc0df6e2f627ca6e0a0f5dba032a015b312dc8f41a2bed0 0.07 MB 161 88
185,551 185,551 0000000000000582cc1cea4920c18bf23ad3bf537b44e4e9fd53ead44fc81daa 0.25 MB 545 129
185,550 185,550 00000000000006423d51be8e58de95f1bb9143d5443af8bff56f577c9614eac4 0.05 MB 141 59
185,549 185,549 00000000000002af785d1dcab6016069ec87ccbb87efe40383d6748e7dc4343b 0.05 MB 127 131
185,548 185,548 00000000000001729e992d0f67a6524bad1c3e50e341bc5120eb0aeb0d7f2acb 0.01 MB 23 43
185,547 185,547 00000000000004607e5a7ce0afe3211b6f2b99a5a6608bd3250918efe6026895 0.22 MB 353 101
185,546 185,546 000000000000036185b392d6009140cb9be41531675294e021dc2d73cb3dd3f5 0.05 MB 134 298
185,545 185,545 000000000000013c22ba9797d54ada84b1731a6351220b0bc865a2ca3b73bf04 0.07 MB 235 1,525
185,544 185,544 000000000000003e64aec7d67ffe3e1b1c1fbd0676789b49f661551de53324d7 0.00 MB 10 15
Previous 10 blocks ↓
Total Size: 661.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 951.07 GB sent, 6.57 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.