Memory Pool Memory Pool Refreshing

2,526 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,513 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (670,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,120 237,120 00000000000001344d4f6b91717dc47529e0ea48ed3a87186fb4ef940965d50b 0.08 MB 192 139
237,119 237,119 00000000000000150f8c96acb4f72bf79d2f49093f91dd01dbd6b683ee16256f 0.19 MB 361 99
237,118 237,118 0000000000000179fdb0fd5b9568f3cf068f01399ba0860fed206b471e48ec8a 0.24 MB 568 257
237,117 237,117 00000000000001304c83afc246bb5e038896f2a3a27b812f7faffe98296f65b1 0.18 MB 429 165
237,116 237,116 000000000000006d4f3b51c192712e4d251a00f033d8c3bf96c91f15e51071f3 0.18 MB 388 169
237,115 237,115 000000000000008efc7165277c5cbef8ca514bc64ef54ba0b2370e8fb30f378e 0.18 MB 400 195
237,114 237,114 00000000000000c11e79b902b004f7ab6f99131928b3f6f3ef33f65ad16f4be8 0.21 MB 395 152
237,113 237,113 00000000000000ab3cbec626d100233ce9ae27f7f9e84218c6104bd1f1f79173 0.10 MB 158 119
237,112 237,112 0000000000000104e267d20b7ddc81cac60847ea083ae4a7aeccf158fc4b1097 0.25 MB 613 201
237,111 237,111 0000000000000108a146991841bf9a611d7423c087e33aad741e1fd70156bd9b 0.24 MB 587 204
237,110 237,110 0000000000000129e1c92040460e435d0bf1892aeec39fc9e840c8a59ee4ad0d 0.05 MB 64 35
237,109 237,109 000000000000010420e9d90d89b2936cb5277246dea8191cfac9463544373ea0 0.13 MB 330 177
237,108 237,108 000000000000003be44a6e6bfc6df1b0fe24bc1eb087fec3cdb36e14b5d70eb1 0.06 MB 117 74
237,107 237,107 00000000000000af6c249ccbd31bcf0a46e8ede4779ac89df36af05349a6f8ad 0.25 MB 326 101
237,106 237,106 000000000000002dadc562719c69f12763e116011cd2a4cba6431e36d12967c1 0.25 MB 780 221
237,105 237,105 000000000000003babe73f7729e82dd9c9909be42535f8ee8d628c0bd20d7873 0.06 MB 129 72
237,104 237,104 000000000000005d246fcd0a84c2df1918acbbf2c2730c85086c559418404320 0.25 MB 605 184
237,103 237,103 0000000000000003c4affd9afddd93ba811e4084c41eba64c3282d4d63e9cc75 0.37 MB 696 140
237,102 237,102 00000000000000619b80eca2922eb734707f70c3113f55ddd5393730310010b3 0.17 MB 450 167
237,101 237,101 00000000000000af3ab889c6529d923fe0d4f30d65377470730ba5da9155e985 0.25 MB 505 159
237,100 237,100 000000000000001bdeb06464b1305a4886651c6033a836a52cadb305e778f393 0.25 MB 430 113
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.