Memory Pool Memory Pool Refreshing

78,670 transactions
33.93 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,246 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,425 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,245 (176,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,229 702,229 000000000000000000064b10eea37eedcd3a282df62946fb6ef5a805021e45ed 0.24 MB 415 11
702,228 702,228 00000000000000000005864c1f0957b725914cab696c4510c036423cf5e08b32 0.19 MB 415 13
702,227 702,227 000000000000000000032ecf038697cd2e8ceb343f5ce417012fcdd79dbd3992 0.76 MB 1,440 18
702,226 702,226 0000000000000000000d16eca4f794bd012d4492855d9f20ac1e749975b55ec3 1.19 MB 1,698 8
702,225 702,225 00000000000000000006bc3d8aeceb3ba6502a1e7f9b2f03ffd5d84743a33bcd 0.90 MB 1,685 8
702,224 702,224 0000000000000000000a191d8e1f759794e635fb184c607cdc5b107f67ffe897 0.73 MB 1,009 13
702,223 702,223 00000000000000000009820381cbf7fb6868df91a60f4fe65458c75b6da00a92 0.14 MB 234 33
702,222 702,222 000000000000000000077192ad908a1540e0a275dc08fb58b72322d16d4baea2 0.92 MB 1,514 7
702,221 702,221 0000000000000000000e2c8be1e11ffc18c6d3e62e42ec7c6f324118cf6d021b 0.27 MB 198 3
702,220 702,220 00000000000000000007512c2b22579ba9a590a84ac9b55818f1926107f0ceae 1.52 MB 1,248 5
702,219 702,219 00000000000000000009daaf2f923bdda75ebf5bde60973e76de4f9d2c57e1fa 0.71 MB 937 7
702,218 702,218 0000000000000000000707532152978fc5d0cf96fdcd3aa172446d2a9f13a81f 0.55 MB 446 5
702,217 702,217 0000000000000000000dbcb0b030e4c779a1e98c5eeae076c0e83e317b6397d6 0.80 MB 866 6
702,216 702,216 00000000000000000003a25e55f072e9b28a1f1bce5a96e97cdd6f638c83cdae 0.04 MB 61 8
702,215 702,215 0000000000000000000e1bd5814df335790c2bb5769d160e36d6fc4fd811d80a 0.01 MB 31 15
702,214 702,214 00000000000000000002cf1e7d47f8186229bd3fc4e16a700f972dc76e61394a 0.01 MB 40 4
702,213 702,213 00000000000000000003082485d3db74f8f014083e1a9229946a154222128627 0.41 MB 887 13
702,212 702,212 0000000000000000000df2d4d5fbc95787445860462c9ff20e14faee4ebd9a5c 0.51 MB 939 10
702,211 702,211 00000000000000000006031c0e5317f052308d3c56508425e56d35a1237642fc 1.36 MB 2,537 10
702,210 702,210 0000000000000000000c32296f0d5f7b13a69e0c65c4847a6c006dceb504d7c0 0.31 MB 509 9
702,209 702,209 00000000000000000004d03608ee5efb3401be72d91e85e68499da0b400730f6 0.15 MB 296 11
Previous 10 blocks ↓
Total Size: 714.84 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,366.89 GB sent, 38.90 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.