Memory Pool Memory Pool Refreshing

793 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 782 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (737,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,579 170,579 0000000000000b06d7894fdb833d7fd07c3be2efedd94123136bea118c26dbbe 0.00 MB 1 0
170,578 170,578 00000000000008d125745cf14eae1b19bb95b360309eb73231cc939450e58cea 0.01 MB 15 51
170,577 170,577 0000000000000a69da2ba1a1ce8bbed4e0ee13c180b21548b5605c6f49fa4177 0.00 MB 5 38
170,576 170,576 0000000000000725b3622915da8febea70c0e676e7a7c92fac99f19a2eb9b022 0.01 MB 33 46
170,575 170,575 00000000000003f9af927b664e24855b9d03a576a5d57110acc06b967ec2a66a 0.00 MB 12 72
170,574 170,574 0000000000000378a5f49971ea25df459f74a16691a9177432fd2e11b4581cc1 0.05 MB 154 0
170,573 170,573 000000000000024157ff17a7180a43533c88041a829bab1cfc82f778868d67e1 0.07 MB 166 100
170,572 170,572 0000000000000097f33308590aefda4b6e12a87d918f0383570a92b84e7223ed 0.03 MB 71 121
170,571 170,571 000000000000084280395447bae01cddb01c2c71e2ea3fd9484cc7576be44350 0.00 MB 1 0
170,570 170,570 000000000000098ae5dca8a56c5528eb51b22429416cabae349056ffa9613568 0.03 MB 74 60
170,569 170,569 00000000000008a10e6043e8e25bb34db0b2e43994a132db105db40dc5005c66 0.04 MB 54 76
170,568 170,568 0000000000000a3830a92c9954d44fb26bc954b2b2ccc075afd228407536e7fb 0.01 MB 13 29
170,567 170,567 0000000000000045bf1fee15deb131b8657e19a1e1cd5b72f6c53050731faeaa 0.03 MB 101 221
170,566 170,566 000000000000012da7e49fe29d38a0cf1f981a803eb181d3c825b34e032dc1b5 0.04 MB 59 52
170,565 170,565 00000000000009acab3cdd42c2fca2a86baf6d6eab2835f6eb323cd4f6378b62 0.00 MB 1 0
170,564 170,564 000000000000074ce19063aea1b5b527ff32087c2814ea7ebd7116c8bc32ec97 0.03 MB 46 617
170,563 170,563 00000000000001f91470c68505fada150165b5a52741a73c0a873f1368e65607 0.05 MB 101 241
170,562 170,562 0000000000000ad2d656de37ae7823d956ceb638e98a42e4215d054e18007df8 0.07 MB 67 264
170,561 170,561 000000000000050892eb5532f8476944669f33604f4ee6d881b388a3c35d0e95 0.00 MB 9 17
170,560 170,560 00000000000000747594a00c0f370af2c388dd7f3d67ea58fd216c857a8318f8 0.01 MB 15 32
170,559 170,559 00000000000000f743d0fc251a6bed4501a79b89c1422aff77e91639f28df90e 0.01 MB 13 401
Previous 10 blocks ↓
Total Size: 769.57 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,649.47 GB sent, 95.77 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.