Memory Pool Memory Pool Refreshing

946 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (722,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,153 185,153 0000000000000456258111618cbbbda0000532a7bf8e31a1ef5de7eca78846a2 0.08 MB 229 139
185,152 185,152 000000000000085b68d4c8d21eb35dfe684cc6333ae3c49932d9d533aa7adea1 0.05 MB 130 115
185,151 185,151 000000000000016f5db63e20c8b183bbef52f4efebc17512ffe25d83f2a1c7fc 0.25 MB 527 169
185,150 185,150 0000000000000612b12c57fbb9a4e539080abe3f9da81f21a8da4d3c9d80bde3 0.10 MB 100 111
185,149 185,149 00000000000007905b1d13005145c4bb59f16fa33b9c019edb3abe7e413b1982 0.04 MB 117 106
185,148 185,148 00000000000002311951422da0ba967baf205f6a2688d50acaa538846b921098 0.04 MB 57 127
185,147 185,147 000000000000015400c3df374dad447a972e999b47f0fe00cf6fb437e689bdbb 0.02 MB 68 2
185,146 185,146 0000000000000a874fbfc0d131492ae1347bed42e097da22d235f0cc7fbcbe33 0.05 MB 106 92
185,145 185,145 00000000000008c56e59782910b90db867d1aa1da1e651dccc3ab34ca2acf243 0.00 MB 11 300
185,144 185,144 00000000000004b8739a53a64e1fb30573d42bdcd7e16a011ffc3c764e4b960d 0.21 MB 578 171
185,143 185,143 000000000000074dcbac10fac1d6e228c0a5e990c7458603b92800c643d03060 0.10 MB 258 131
185,142 185,142 00000000000002c7795ec2fcec7b840c52e6b72c0e0f9ba2d86bdaf6a5f685eb 0.05 MB 99 125
185,141 185,141 0000000000000534d12a569a44f01b4a1285d52a790443a744a4ffcfb6c90a74 0.17 MB 381 133
185,140 185,140 00000000000002ee7e989c15fd9456bb280f7c1fafe55208227f032d72c72492 0.17 MB 451 175
185,139 185,139 00000000000003ec02edad1fe063af2118f0ebd0d5aca1ed70ee89757e1dfcc9 0.11 MB 193 97
185,138 185,138 000000000000088c9dd3c914dbfadc45665c4f1dd7049a7d41e342601e946ce9 0.02 MB 88 28
185,137 185,137 00000000000004358320b1d77b60cca54793b415460ce7cf6a2bf7b65d75973e 0.01 MB 24 125
185,136 185,136 00000000000007e55749c68f6519841b5fda1df6b90d21a92e767ab4d096910d 0.01 MB 35 133
185,135 185,135 00000000000005b7e1320d0cc951afb0086d4fd56bd3f925704303751cfcf430 0.12 MB 348 164
185,134 185,134 0000000000000a132a477bb36a9579816ef4ec79953b03183968fcf7157f5918 0.05 MB 128 80
185,133 185,133 00000000000009a87ad638f086a3043f829637ac896c7be36f6491487c942f67 0.21 MB 512 124
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.