Memory Pool Memory Pool Refreshing

4,539 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (732,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
175,374 175,374 000000000000099f2fc4b139436a2ef0c5c8114f19317ed6496447dde43ba156 0.03 MB 125 0
175,373 175,373 000000000000052b6c9a2982565220792f329aec685d27c2dd9649f0c7fa9b8f 0.03 MB 91 14
175,372 175,372 00000000000000748241ad8c9b897fd8ac30090908136f9fcfea8ba0feff7239 0.05 MB 110 235
175,371 175,371 0000000000000533519962b5070edd2042b19f344fb3a994d445168e25c6da76 0.01 MB 26 45
175,370 175,370 00000000000008b401f0ec9a4c9916169437d96bf56dc26c13f53dd01dc829dc 0.02 MB 56 17
175,369 175,369 00000000000006c13f5aa375abf53e65ea617a19533d919163d2ae708d7d77f0 0.04 MB 105 129
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.