Memory Pool Memory Pool Refreshing

17,487 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,381 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (732,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,395 175,395 0000000000000843c587838933fceb770d3b9c507a848610c64169a4a0f2fe97 0.02 MB 24 29
175,394 175,394 00000000000001b5f6e0c317dec347a075c3dfa0d22b3b6d2532e993b00d6dea 0.03 MB 82 231
175,393 175,393 000000000000031587bef13fcfa173c1f1b341811f8386c20b9f835ababf93f9 0.04 MB 114 112
175,392 175,392 000000000000034faff2c6f8d019238fd7813c123c072cfddd59207ace6edd35 0.00 MB 7 38
175,391 175,391 0000000000000217b2e7b4f61682d24b9357d62ad29f27ed45ea2a32dc1f32f6 0.00 MB 5 113
175,390 175,390 00000000000004e832c41e817ca4adeecc07bb1e2aa0a04f486199cb2449948c 0.04 MB 125 15
175,389 175,389 000000000000062ec98dabc4ffa8863db95684c91e48b87428b83fa71f3e8e31 0.10 MB 101 386
175,388 175,388 00000000000005d382d40841678b71a2f350ab12c0226e6cf623c3ee1d5001df 0.02 MB 72 54
175,387 175,387 00000000000005992b8dd3af2e531661f984879e15d81ba06c531dedbffbf75b 0.03 MB 96 201
175,386 175,386 000000000000004d058b4b980faab436d46811468687c10d6550bac288a8bf3c 0.04 MB 121 75
175,385 175,385 000000000000043f2eb46e008a71609cbed26508a55084a2d493def126bcadbe 0.05 MB 99 295
175,384 175,384 0000000000000611c20664361f657ba0024bed89abcbc78aa2b7b33995c53607 0.02 MB 34 48
175,383 175,383 000000000000025fcc39f203c6d5acd098b5e69710ebe25afa50152a42ca4f4d 0.01 MB 6 16
175,382 175,382 00000000000001a968cfa213ddee6500875d8d6628d24c893d3f9b7b53f6fca1 0.04 MB 129 126
175,381 175,381 00000000000006ad82bfc4d98fa9efd43b1290c440a0c437c4f2c540cb351dca 0.03 MB 81 137
175,380 175,380 00000000000007a294e4a1875a54230af70e3a5d3d005c36d49570a31e7f953a 0.01 MB 17 244
175,379 175,379 0000000000000188761d2c4aa1b58b815c1e8586cb123da839e0f9f07963101a 0.01 MB 24 50
175,378 175,378 00000000000008b988ced77ba4b1d870c19142debfc5e430df80a983b299e501 0.02 MB 38 83
175,377 175,377 00000000000003a2cedb0fbc45d898831ea64350febe0b24c9d1dc6a1e2ad378 0.03 MB 76 105
175,376 175,376 000000000000080b66fe7790bf90d0a79e6f5e4cd360d07abc0308f86ec4eb3c 0.01 MB 24 695
175,375 175,375 0000000000000743542df5baf2133aac9c22ad900bdf8b582caec64f88802e70 0.02 MB 41 84
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.