Memory Pool Memory Pool Refreshing

3,206 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (727,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,411 180,411 00000000000003e4beaa67e6418abf31ce7f63aba5f1a844675cb28bf1558857 0.07 MB 121 366
180,410 180,410 000000000000076b92a83b7a77f045de68fde25225910b56efffe25ea16baaea 0.08 MB 172 101
180,409 180,409 00000000000003eb05fab902f6820e87a32a456e6f7db517db7c975227f2d59f 0.11 MB 261 149
180,408 180,408 000000000000044a3a27f00f4cfea9111fcd7f87b1d6f1f2414db93e70d030d6 0.13 MB 275 157
180,407 180,407 00000000000001fe9f810fcadd614503a9aa1d9f7df2d2d90e06bd057bb8652d 0.02 MB 42 3
180,406 180,406 00000000000007ce145f645332c4dcf4bd5c1f344c5b408b326185daf2bee6ab 0.10 MB 220 114
180,405 180,405 000000000000069fdca66e4eb8768ed04484a13c00e884268edd6d1d28b01d2b 0.01 MB 27 71
180,404 180,404 000000000000007a602bbe275313bd0c958839171b99ab07af1cf6c88fa460e8 0.08 MB 144 110
180,403 180,403 000000000000071dc1471e18bc3abde5dfcbd8a5ee06669856befa31ee03715d 0.12 MB 206 152
180,402 180,402 000000000000033e14f9eb87b20d55fef0061f92285041fbc9ef646c647d7de9 0.05 MB 123 151
180,401 180,401 0000000000000842ce2bb4d9ce19ac2b29198d38227034ee209dd2cf9db76898 0.02 MB 63 94
180,400 180,400 0000000000000815a5a27b81a0d943b4feb037b2d8465eaa6b0577c1f41a2d75 0.02 MB 46 95
180,399 180,399 0000000000000844424439afe55dd5a76a529b03f5b4a459a4da3146e718cbf3 0.08 MB 184 133
180,398 180,398 00000000000005f589e3b40c28a7892f3f89add67c34b247052cbc0ed4820429 0.04 MB 83 117
180,397 180,397 0000000000000394b8d0fff8cd6e72f552a744fcabcdeeb30198be371b31d9ae 0.08 MB 162 130
180,396 180,396 000000000000043978d26befeaaf6ef140c187d76652900d4b0525fb252e6518 0.08 MB 146 105
180,395 180,395 000000000000015068feff686c5fbe3082a90b72d1edd6480395eff2dfac2483 0.05 MB 112 119
180,394 180,394 00000000000004aa69e2adb1d74df19b8aa4c18aa7c71f068644293c60457326 0.06 MB 156 168
180,393 180,393 0000000000000483d497d76860919600da8b94ad2a252fb2e6bd06a26f47087b 0.06 MB 132 133
180,392 180,392 00000000000002c9c5cf45ca7d4425498ed0909df02c83b64f968c27d8524b16 0.11 MB 240 481
180,391 180,391 000000000000096707c9ba4b690abda1b28f3011561e66f5797a4f92d0853633 0.00 MB 4 45
Previous 10 blocks ↓
Total Size: 769.38 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,644.24 GB sent, 94.87 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.