Memory Pool Memory Pool Refreshing

7,788 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,164 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (595,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,222 312,222 0000000000000000364591d158b2ad540bc36be8fcca23aed41194b44bc32d27 0.10 MB 256 46
312,221 312,221 0000000000000000397e178329db43da460cc5cd7f49332937879f5a4298a389 0.21 MB 348 26
312,220 312,220 000000000000000010b42150a6ba7d29cf66bb3f8eadaabb98e3959decc077a8 0.12 MB 222 28
312,219 312,219 00000000000000000608e7d5c7bfb01df67bc9047480cc452d0f60b01f6031d9 0.17 MB 360 28
312,218 312,218 00000000000000003263330cc748de3253da7f90dfc61b7f23f25c81a5314195 0.24 MB 424 32
312,217 312,217 000000000000000009be6cb34cf84cbe0de868521d86281c22279b9213b47b3a 0.02 MB 39 22
312,216 312,216 0000000000000000133fe0b4636a1adfcabdc58f6a687f87b694b508cd166f88 0.14 MB 288 31
312,215 312,215 00000000000000002dd7f7bfd9d830cdfa375603b914f3c28be9df94c7bdd866 0.12 MB 238 32
312,214 312,214 0000000000000000293d8c9321f16bd6fa83045688064286762ac313f9db4191 0.47 MB 767 29
312,213 312,213 0000000000000000340f8ccbb924b041f8f876e70fb1f651c5b74053ba58efd4 0.39 MB 739 33
312,212 312,212 000000000000000030cc133929a1d3dce5fe2c404199e7239c74ef302f4d7d4e 0.24 MB 372 24
312,211 312,211 000000000000000026d87d5e405b0f7d7ac9b1ce4327e1cbb0bc540674d62937 0.04 MB 128 36
312,210 312,210 0000000000000000348573c4dbeef0365aef2c9f58b60c8e4cb45510cf72d927 0.38 MB 746 31
312,209 312,209 0000000000000000201ca74002bb4db07e1db575e9cdc9cfb1e5cd45be108d36 0.03 MB 128 43
312,208 312,208 00000000000000001cdb384d7241827782aa5cf33371567e35c3e08226ab95c2 0.23 MB 529 30
312,207 312,207 00000000000000000b4c2f6b660812f18eebd55509e598859b4bcb3129db0ab3 0.40 MB 716 29
312,206 312,206 000000000000000009d0bc1bcb936017006b9cc888ce71b2dea1d9080c5fa18e 0.02 MB 41 93
312,205 312,205 00000000000000003ba36ddc7fe645083210c6d22bc1f1c909f4396f2a64873a 0.39 MB 698 30
312,204 312,204 000000000000000030bc968843519b6292dcbfd1e1828bcf8ad5b851f71b9315 0.32 MB 496 25
312,203 312,203 00000000000000001b47d2e9fbb4c77eddca2aeeaf38b9c891e8ce8f81a173fe 0.06 MB 107 26
312,202 312,202 0000000000000000336c827441ec9a0d1b4400db4ffa0d85655c2b9119ff870c 0.17 MB 240 25
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.