Memory Pool Memory Pool Refreshing

3,743 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (702,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,570 205,570 00000000000002a65be926f88b736c81b4b36a0fb64b595a9f63faec03026867 0.01 MB 32 93
205,569 205,569 00000000000001290581f0d23abbf050dbadfb16f2645909e60626ab525d9ab1 0.07 MB 177 157
205,568 205,568 00000000000002f6a5066ee9d0996302db5eac7804d630e0ca2dba7846743494 0.05 MB 97 66
205,567 205,567 00000000000003aa6a32a3e8372569554e1dfd71c05419193cd49611a1d273fa 0.16 MB 295 163
205,566 205,566 0000000000000006a6bf68dbc68f0a6ff10c6e408c794d77d4dd00d11210ac7c 0.10 MB 155 128
205,565 205,565 00000000000001d2ea093ba25ce17fcfd6e98d090ffa9942dd32d943f617728f 0.08 MB 100 84
205,564 205,564 0000000000000274dad71b6362ead66e2082f285d0e9a34bdd7e01c190af3bff 0.01 MB 18 192
205,563 205,563 00000000000003c2c790f800bc7cbbe53d422b309883c2419326e6bd0a433da5 0.01 MB 26 134
205,562 205,562 000000000000040c96b615c207ce27e3095c18239486d1b18d78a2f94d380057 0.04 MB 103 113
205,561 205,561 00000000000001eab829508a8fa0450a83e5b6153b48c5d48852c2b44b2abea9 0.09 MB 194 194
205,560 205,560 00000000000004a2a4b31b6065afc46a4fbc0211f24778acd9561f395ff2c006 0.02 MB 46 139
205,559 205,559 000000000000040768674335f20d3dff6e705e3eb30054cb91ce1163687ef301 0.02 MB 42 202
205,558 205,558 0000000000000037c4498ed2ca42f08c032c4eca362a79d020a0f740d8bc64a6 0.03 MB 67 5
205,557 205,557 000000000000052367c39e8f704da24edbc4f25849e559b146205f14f07de235 0.07 MB 134 210
205,556 205,556 000000000000042c6e56d94b6647435b0489e7225fa7eae601cb484ebde4bf18 0.00 MB 10 163
205,555 205,555 00000000000004b46064242d3bd79bfd8434d15c382b5a4bf1df1990079d7f1f 0.00 MB 10 88
205,554 205,554 000000000000031080ffff678155cbd1ab7b7239b743b6cdef6d5af225d41b52 0.02 MB 36 134
205,553 205,553 000000000000042d0f644867519332c65610e46e8c877355e0cfd11acbe1bd23 0.06 MB 161 221
205,552 205,552 00000000000002b875f4e048b7c02ce923f800aef9f4150435d3c42bda2d3a4b 0.06 MB 135 114
205,551 205,551 000000000000038f5430e23d4483a8a89d7feaf015f396f492d4ea8c1d1bdfa4 0.02 MB 64 208
205,550 205,550 000000000000010c94c9eda1c4726200623c7cbe1fcf896124eea170502304b7 0.04 MB 92 172
Previous 10 blocks ↓
Total Size: 769.05 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: 1,627.27 GB sent, 93.11 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.