Memory Pool Memory Pool Refreshing

8,276 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (606,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,190 301,190 00000000000000004cba1afe95f3a8668e39f41143bd1d33c9c195363fd5400e 0.13 MB 251 28
301,189 301,189 00000000000000006e76efff65c79a5b2f8cd21806a2f17f1db72b602d2de2da 0.06 MB 134 26
301,188 301,188 0000000000000000527e0bef62db01ce12153fa5ef45cb4e8006795e00b87fc4 0.01 MB 38 44
301,187 301,187 00000000000000005dc850d2b2e510c7d63e4c081336015f471acfca827e809d 0.08 MB 179 37
301,186 301,186 00000000000000002ff3fa09be55c9655ccbdef76c96ffc7c14d2fd92ad2086e 0.12 MB 235 29
301,185 301,185 0000000000000000038ed4e51533e568a865e080302b90973a64e6aa3c128447 0.06 MB 151 34
301,184 301,184 000000000000000035cfddc9f64f319e78833c81e23e23efe164abb48ab10459 0.11 MB 199 28
301,183 301,183 000000000000000007a35323cabbc80536db17cb45870900638c230d0e3bd6a4 0.02 MB 54 16
301,182 301,182 00000000000000000ef5841e68b1163e4c428ffca1e90229b9709e4dd650298d 0.15 MB 294 30
301,181 301,181 0000000000000000096345e9d42f9dda27e6690a53ade2b3e0f6982781f34a02 0.03 MB 69 39
301,180 301,180 00000000000000004da08002418c2ab4eddf869f2cff0f2a8f49f3858400dedc 0.02 MB 43 35
301,179 301,179 00000000000000004146fad4875b40e6b0fbdae59a205d30cbbda92051f1b97a 0.03 MB 40 24
301,178 301,178 000000000000000040d55dcc031181d4654f4d231c701cc2e488efd4e08eef89 0.13 MB 159 20
301,177 301,177 00000000000000007916151d3ddf3928ae04f318f26e2731d16e38182fe6c964 0.03 MB 128 50
301,176 301,176 00000000000000006b4d288eaf7caf863def23f065a371b894363637cf32f2f9 0.24 MB 512 33
301,175 301,175 000000000000000003042fcd5e515d36b15c1b0e1f07ae0516597ace24214d69 0.11 MB 199 28
301,174 301,174 00000000000000004f73a8b8e5c8fec465a10b56ec800abba89f6f0901551c52 0.05 MB 108 28
301,173 301,173 0000000000000000196d99a05f9710b48c1f47a484e9b7b6533ccb5263ff9917 0.37 MB 687 31
301,172 301,172 000000000000000052bee94bd0d9a31b09084d887b08a11e32f239b21e001161 0.04 MB 68 30
301,171 301,171 000000000000000078d4427b6c8687c7f7279f1d2cad3fb4d89f5edb2ec144fe 0.13 MB 244 28
301,170 301,170 000000000000000030163d17c04198213d18bd8c32d6672b9238342791dd0d19 0.02 MB 63 33
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.