Memory Pool Memory Pool Refreshing

1,856 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,847 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (657,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,190 250,190 0000000000000055acda3a76c5d01653791082d6717a09db5584b348de10c3a8 0.15 MB 360 140
250,189 250,189 000000000000002596db72247bd47aecbff464182287e2358d554b58f9aacd45 0.10 MB 235 106
250,188 250,188 000000000000002eecf14624cc7936e671b383be09a44761644356c2eb1d3e3a 0.01 MB 14 131
250,187 250,187 0000000000000027f15412f935135a5bfe4142a3a5d975eeeb814b31cf2c0970 0.21 MB 504 130
250,186 250,186 000000000000005d68180da113383c0c285b03c24db150ce3e61eb954b8d3d99 0.01 MB 44 120
250,185 250,185 00000000000000303466613bf5f878cfe0ba1ee49d0297f7c55445f0eda46e70 0.12 MB 172 94
250,184 250,184 0000000000000040a1087d2154e6bb164c39b663a00c73772ecbac1693392a43 0.14 MB 16 12
250,183 250,183 00000000000000141dd703d57a32262158a7c788763e2a595bf6ef68b88070c7 0.23 MB 572 136
250,182 250,182 000000000000000734d8b7a86180db739095424ab953ab787e1748b786f93b6f 0.19 MB 201 48
250,181 250,181 0000000000000030eac4cb3c70dfdaeb1385bd5b7548f8a73cbc1574eab05739 0.14 MB 339 96
250,180 250,180 000000000000000869b3b549920f31aa2efab8545cbacddc53f8c96f961bef06 0.23 MB 512 140
250,179 250,179 000000000000006726a679f3c22a6249155a0ac274997b0efe47958660870766 0.12 MB 292 127
250,178 250,178 0000000000000051f550d1c6d9e3ce21db4fe18bee50f9a1f8ffe6d56514ab57 0.25 MB 665 83
250,177 250,177 000000000000005cecc00f132a4c7433d8f29b3b32bbc27959818821c693c7a7 0.25 MB 454 106
250,176 250,176 00000000000000210f8fa2bb8da21f8ca8eef5d79bd32a5b05fb45a230256c3e 0.25 MB 594 186
250,175 250,175 0000000000000028e84c2f4628a8d4b28aa0f845291a316c6f036d506dc45156 0.04 MB 65 108
250,174 250,174 000000000000001178454ffe8a31a0b820eae9c7f71379610afc4d5f4b201e6c 0.14 MB 292 158
250,173 250,173 000000000000000d490cfa18be0d80ce3beb1c09dc6a5058629f8c7a79177c8f 0.16 MB 408 167
250,172 250,172 000000000000005bf55fd157dcfd19c5800722d5aa38f15cca0c66a574f8f305 0.17 MB 426 116
250,171 250,171 0000000000000064bd0108c5028bde9bcb04ee3d053fc15c05b962f4b48b5813 0.05 MB 124 151
250,170 250,170 000000000000002cda8ba224de1caa1e4e0f791e6aea36c9120276f9100bb9a6 0.14 MB 295 116
Previous 10 blocks ↓
Total Size: 769.37 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.88 GB sent, 94.79 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.