Memory Pool Memory Pool Refreshing

4,416 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (661,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,238 246,238 000000000000009b86ae5be777cf6c1f731d8c8831107fce6d2788d7f2748a56 0.16 MB 380 162
246,237 246,237 0000000000000085d138a70a050ae689bb654d2581f4364f5fe1b1bb3968eba6 0.02 MB 40 55
246,236 246,236 000000000000002cbd50bddd99b21276cf1583dd16bd99b31c9be6e03d912605 0.21 MB 483 119
246,235 246,235 0000000000000037ba710144ebcac530c173b4f9584b91f4542be9c32b415953 0.17 MB 379 153
246,234 246,234 0000000000000016142d3670ff4d68222ee7822a035b4d205f6f099d74499474 0.08 MB 157 106
246,233 246,233 000000000000004c7f80186244b40ebc147a4bd4911aa61e9c542b868ef3d3ca 0.25 MB 326 103
246,232 246,232 000000000000005f140cd74ab7ecf11dcd1b22c98c515ee1516004cf463e80ff 0.25 MB 661 171
246,231 246,231 0000000000000078acd2f50c171727308394157d8a3bb63a70aae487eb7a4a3b 0.10 MB 335 966
246,230 246,230 00000000000000141be697b4b2a7e9fa951ee82e2dd748c54c9143c63c9dc7d0 0.15 MB 350 141
246,229 246,229 0000000000000066051ebe5fc2df00b14ae6e82b1480ad855d6eebecd41c8f2a 0.03 MB 42 94
246,228 246,228 000000000000005c3d59f3d7b7586a9628545a1bb7670d6a750023ea9a6d2586 0.11 MB 153 59
246,227 246,227 00000000000000413bb3cc0b5a8f4268479b3bb014b33b684a11d441e77319e0 0.25 MB 549 162
246,226 246,226 00000000000000984d01467e0c43b2c96da0221dc2056b48f850a8f4041f78fb 0.02 MB 50 8
246,225 246,225 000000000000000643d7a10b06fd20cf814e3d348579dfdfd875fde753b472e0 0.12 MB 253 117
246,224 246,224 0000000000000042cd022fca74b30e1a9f2d6bd679ed7de45f57f2b10153351e 0.09 MB 167 123
246,223 246,223 00000000000000a16f8d5e76c5215303e0abd8b1cc90ab498b060a998781c0eb 0.05 MB 96 22
246,222 246,222 00000000000000138844a9e50ec6fc81af01cba841db567a084e4ba3161f80d0 0.19 MB 452 152
246,221 246,221 000000000000005eb7c5f594c47310e316bf2075a5d27a99a596f22f8f3eab96 0.22 MB 399 120
246,220 246,220 000000000000004ebba9bef896a27cd9915e8790f34d418992b6c89b1be2be27 0.23 MB 407 53
246,219 246,219 00000000000000466860caf23cc1be10f92ec49508021151a02119159a6d9839 0.25 MB 605 186
246,218 246,218 000000000000004871a624ba70000c3ccc7dd88a8b3befe7793fb5472aa9a6b0 0.25 MB 595 144
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.