Memory Pool Memory Pool Refreshing

4,359 transactions
14.97 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,577 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (886,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,356 21,356 00000000c4ae19c622ba1b859f80c39a6046a8967549eafe7b098f8f45098a2c 0.00 MB 1 0
21,355 21,355 00000000bcbd80c79291936f11dfe983bfe40498d8a7f949865ff17b11eeca9a 0.00 MB 1 0
21,354 21,354 000000000e35bc93d1a0ca6dbb29b3a134450288fa81a44a927e946b8507b1a3 0.00 MB 1 0
21,353 21,353 00000000bdedc45df1ad50e1d6e058f928cc01215643b943c3ff25aea9c16af9 0.00 MB 1 0
21,352 21,352 0000000058872ec0e37d19ac6a3e68e6ab69fa81e6dc5f5f860861d904d5faf1 0.00 MB 1 0
21,351 21,351 0000000072e540f1086514f3e28f682ebdf0cce9720d8eebecf0b5c0700400a6 0.00 MB 1 0
21,350 21,350 00000000ac7846f3957fc5f77ce8ee0728190cdc6a192a59cd58bbf467383476 0.00 MB 1 0
21,349 21,349 000000002a8de6a80208165976727ad3066f19cc701cccdb1e555a4c4816ed8f 0.00 MB 1 0
21,348 21,348 000000002728faa7a41c17cb8c6364a059959292ab8bb8353382e770322f0e80 0.00 MB 1 0
21,347 21,347 00000000436617dc52052d5d5fbd8bf33f7693d1b66f56995889bc25755e813c 0.00 MB 1 0
21,346 21,346 00000000ea275cb6952624535ce4080abe822e9e952355c0a6d7e7ba228cfd9a 0.00 MB 1 0
21,345 21,345 00000000817d6b8865386209d553767c74b1df8cec22750acaf87d25d2834c2d 0.00 MB 1 0
21,344 21,344 0000000051effd28b0f2c4ec54f1eacba4e72a65affced37ba7ef5da61d36a4d 0.00 MB 1 0
21,343 21,343 00000000e743baee19f4623a5326094087cb7842e91f9c010856b74030538b81 0.00 MB 1 0
21,342 21,342 000000006a8c80a646c71caa023dc191c0fb31888c36b38654915758ff207d56 0.00 MB 1 0
21,341 21,341 00000000df51bb7cc93209dbf34d04cc6fe3d33efab7d07f74ff46823b94d9d1 0.00 MB 1 0
21,340 21,340 0000000069b4f643a24c41045ccefb29f40a73c45c94830c00b3994fe368bef3 0.00 MB 1 0
21,339 21,339 00000000afb05cd3dd91f99b3b2949377fdb6d72f0206ec1e93c25a040559f4b 0.00 MB 1 0
21,338 21,338 000000006cb03fea6246c078af78c36dc87597ceea1e55dba548e3985322491d 0.00 MB 1 0
21,337 21,337 00000000cff034b8db7a7cf456220872f13958f540d08e333420958f16f7c367 0.00 MB 1 0
21,336 21,336 0000000075aeb621eaa33fb73a2b37991899d850bf11629eefc945ee40582ea9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.