Memory Pool Memory Pool Refreshing

2,945 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (700,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,633 207,633 0000000000000007adb83ca61b2304db6b7a29dd0313050acca95cfdbf121881 0.03 MB 63 24
207,632 207,632 0000000000000339f8d14d5af1c52bea7b07a8660b2be6911322508429fc2c76 0.20 MB 379 145
207,631 207,631 00000000000001638db63130095bbfa8bef2363c99aaa609041a8d30fc24ba1e 0.00 MB 13 455
207,630 207,630 0000000000000153f8592013394e25a3544643a675902a3eea92f849195d5192 0.00 MB 13 449
207,629 207,629 000000000000035f1c92529c1c79258d52a35bb27bb9b8133fd5581b8a3c29c3 0.05 MB 133 103
207,628 207,628 000000000000023442d6dc1ad59635cd2731e68c4ab09afb43bd4b83d6d8d4dd 0.07 MB 137 138
207,627 207,627 00000000000002fc0fe59a06045dd6cfdc3c6cdf6ecc3a4bd7d1780406ced737 0.16 MB 408 293
207,626 207,626 00000000000001ec9db028cdb76ac87972c96a88f7bbed8aa86ca07c98c01c62 0.02 MB 27 107
207,625 207,625 00000000000005119a5fb1718e20594df9244f183b05667dbe0f96e95c1c1f75 0.02 MB 69 101
207,624 207,624 00000000000000a3530b2a0db0328822e1de0a948174c83f1589a6258add62fe 0.03 MB 79 39
207,623 207,623 00000000000003cfc9e2d566fde1155505f29a94f342c33d02acf8dcae0ec00d 0.13 MB 301 177
207,622 207,622 00000000000004fbc8b20a8bca712b0e547603bd8e867b098dcae8dc887eba3b 0.00 MB 5 188
207,621 207,621 00000000000002c719906fa80428e65cd79433a5ec5e63484a7cd78b8252dd86 0.01 MB 13 110
207,620 207,620 0000000000000112fae788400e980582b032c771c2bbdf25e84288015e3ff0fe 0.03 MB 69 169
207,619 207,619 000000000000027c4fc21817bcce00029ebf671b104984951a0bf01efbb0de2c 0.01 MB 27 20
207,618 207,618 00000000000004b3872b5831300d76ced4dfcda2e8662de494e5032da310fc7e 0.00 MB 10 163
207,617 207,617 00000000000003df0d88afb3106e61065116a1388db555cc83bedee1a03852be 0.10 MB 228 195
207,616 207,616 000000000000030d4adbcadab627cb69aac8273c8a0db8e87e2b44a241050bf3 0.07 MB 87 81
207,615 207,615 0000000000000246d92030f4ec279741c7f7457aa4275eb6821c439c59089eb3 0.01 MB 9 4
207,614 207,614 00000000000001e4f51652b7c2935dc49e67cc8ca9f1f446e6f680c1d319fa07 0.06 MB 77 126
207,613 207,613 00000000000000b13a22bab424a6d46b85a6de0f469e89eab4c0177e13e34de3 0.13 MB 311 189
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.59 GB sent, 94.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.