Memory Pool Memory Pool Refreshing

4,284 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,114 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (702,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,576 205,576 000000000000001e9dd38fed8ca7dff2965c3bfb5532ce61f41a5649cda3ed79 0.05 MB 147 81
205,575 205,575 00000000000004b6ad7a42103abe03e68b871c39912691f959c7649ad1901cec 0.10 MB 174 124
205,574 205,574 00000000000001cc94cda7217ada5ddbd4a054b7e656803ad9cbd3a0f826f3a5 0.14 MB 337 195
205,573 205,573 0000000000000422745f4e68e5417f28eb4e9298f630f1ecd5e481d1f17e0bc2 0.10 MB 231 220
205,572 205,572 00000000000002c1e368af1e4dcff68bb98a740779073cd92c030c8e3bd5e7bd 0.05 MB 139 214
205,571 205,571 0000000000000359b519d7a8f034126a96c182d51fefaf224b5ee39bd0576eca 0.02 MB 36 409
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
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.