Memory Pool Memory Pool Refreshing

482 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,896 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (694,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,443 213,443 00000000000002b6773bfc8979ce51adc26573cd16bc0d065a4dc138c273ef9f 0.02 MB 40 178
213,442 213,442 00000000000001a3c929e80cf0dc0f33d7380ff48c9ffc3f0287ffa99fa5dfd9 0.02 MB 46 257
213,441 213,441 000000000000012246b1ef835277589f100391f4c3246c24b887d9c76c0067c3 0.08 MB 183 156
213,440 213,440 00000000000001b7f78e7e3813aad4bfe6ffd7c5375fd8a2fa499bb507024265 0.09 MB 194 291
213,439 213,439 00000000000003392e9286ff1866287bdb196615a6021a03f18a81e1e51f7094 0.12 MB 334 188
213,438 213,438 00000000000000a4ce2d6ecd5127b8f5a8769dcdc7817b9d2a02d2c005406771 0.19 MB 443 287
213,437 213,437 00000000000001024f68c9f134c4bd47e016b8b9bd4a92705ac0e7d6431c7444 0.24 MB 589 188
213,436 213,436 00000000000000fb4a9cb1668cd03af3fb507b8787775d26313315df60e4a54f 0.17 MB 425 172
213,435 213,435 0000000000000293fc4f72b6faf8f0e62e21593e4b4fcae5dc21eae896f30ae3 0.10 MB 233 184
213,434 213,434 00000000000002d6dac8d735aa1c957d5acf931d0a4142582a360c8c2a107f98 0.00 MB 1 0
213,433 213,433 000000000000002de7d26446e2a6beac2bf83e81a45547b8f3d3bd03c641f3aa 0.10 MB 174 142
213,432 213,432 0000000000000145b01710ce650f57b8d0e22bacee3f49a98d3d66dff184a3d5 0.28 MB 636 89
213,431 213,431 00000000000001182ca4dfa51e7403085823ff05b99366d72b9e02b40d0b20e4 0.21 MB 382 153
213,430 213,430 0000000000000498497951dbcd7570a455af01ad6a43a4f567a8be57133127ec 0.09 MB 146 188
213,429 213,429 00000000000003a1239f13f55e30a39e15cd4846266d019322c90e7cbb456eb7 0.09 MB 204 153
213,428 213,428 000000000000024224adb751cbef8ad16e4c666e75e29f9ca9e23c8d77f13b16 0.12 MB 258 147
213,427 213,427 000000000000009013f492564e38247614f324171bebd0fb079efa42c667fcea 0.12 MB 237 139
213,426 213,426 0000000000000313d8c67bb1d1e036d3520faf3a48189da322b3d79f33825a52 0.21 MB 444 226
213,425 213,425 000000000000002a4b2469aa83c3ae21aae7cf60ea3f04946e681eb81befab84 0.10 MB 176 118
213,424 213,424 00000000000004b7578a1ea7f82152c44d2f24335fb5c4772b3f26338238c784 0.18 MB 269 105
213,423 213,423 00000000000000ca25ff5a07fac7485ffd1a083b71d0887f6cb7e7b7a9666db3 0.25 MB 381 124
Previous 10 blocks ↓
Total Size: 769.35 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,643.43 GB sent, 94.68 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.