Memory Pool Memory Pool Refreshing

1,676 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,917 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 1,676 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (149,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,144 758,144 00000000000000000007da7334c267d56604d113062ed7a2e755e8255a7e1225 1.46 MB 1,567 3
758,143 758,143 00000000000000000004ebeee5a39634b2e5f460da775551d83061ddd27a9deb 1.41 MB 1,962 3
758,142 758,142 00000000000000000001f802753f9b3abd637f4463376d8e0a85c6d859cb21cd 1.33 MB 1,836 5
758,141 758,141 00000000000000000007290584e1d98185c3ff4876e604e4f309b13e1314d148 1.29 MB 1,458 12
758,140 758,140 000000000000000000002747371e8a869d46ba3f18cdb0305e8b1fcb007f281b 1.57 MB 3,004 8
758,139 758,139 00000000000000000001ce52427b1a72b8aaf01e47c40da54458667eba248601 0.31 MB 693 6
758,138 758,138 00000000000000000006e588701003d54f9b2cf843ed60e1cf489ddc7e00bae7 0.71 MB 1,220 6
758,137 758,137 00000000000000000006e5f9e440289a41e8dbfc3b9d12165fcf44d03bd00b66 0.84 MB 909 5
758,136 758,136 000000000000000000009aa023d8d36cdc0233379184df90943ea6a368eefa26 0.10 MB 255 10
758,135 758,135 0000000000000000000622a203f022b7b79f4cab2d178a6f2e134280a04e6011 0.27 MB 545 8
758,134 758,134 0000000000000000000506c2032cbee8235a04dc69a9a0c01244b71ca7897fdb 0.26 MB 426 6
758,133 758,133 00000000000000000005b356a7165464efba60f678d6bcb5e1316d5c2bbd5d28 1.19 MB 2,150 6
758,132 758,132 000000000000000000064dfee6a255438ef910a323bc03439a0e7f8d6171d2a2 0.34 MB 685 6
758,131 758,131 00000000000000000006acbc6a53a67dfee84263f82e3e328368c0ede4e9a079 2.03 MB 1,199 3
758,130 758,130 00000000000000000004e9c0e3829a217162782cb6324076ac8d585fcc96378d 1.56 MB 1,620 6
758,129 758,129 00000000000000000006142216c06cf5e00935da8a9044e70aed17e41c2542fd 1.36 MB 1,881 5
758,128 758,128 00000000000000000004639c0c06f891c45dc2ab292d1926da0b99bf6535827f 0.20 MB 184 6
758,127 758,127 00000000000000000001526050e7ecc4809b17a491d7dc64e585035029a9bc56 0.14 MB 323 6
758,126 758,126 00000000000000000006420d499275fed8ee6e37a5e1f1b141c7b764a9e2169c 0.51 MB 929 8
758,125 758,125 00000000000000000002a0d768962d768345ea55f1991723ef8309f82fa04809 0.00 MB 18 3
758,124 758,124 00000000000000000005ab560f79f7c299fb8d63ece63f596a17de21066c5b6c 0.70 MB 1,158 6
Previous 10 blocks ↓
Total Size: 769.38 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,644.27 GB sent, 94.87 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.