Memory Pool Memory Pool Refreshing

963 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 963 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (730,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,159 177,159 00000000000005ac28f3981142c635ba5426a9e106f6ce5f19e37d011a0e62ef 0.00 MB 12 478
177,158 177,158 000000000000009b9ae251ac0c79bbab4da9b5543f12a4a4c5c1366906f214aa 0.01 MB 12 404
177,157 177,157 00000000000003fe8f9ba4946434f766051703db23310676a8d4254f60c4ba1f 0.04 MB 136 123
177,156 177,156 000000000000064aaedf7b094df23775e52894b2da5a77fb6446f23776dbeb45 0.03 MB 30 208
177,155 177,155 00000000000000cf37589f6636232a856b134863cb660d1043ca8226d5a60491 0.00 MB 11 538
177,154 177,154 0000000000000a4c603fa1668caa025910bb7e9da7ec8c14afd9e3d728c82854 0.01 MB 21 36
177,153 177,153 000000000000049203b9193e5532f8417a75777dd7dc774d7d04f9532b47a723 0.01 MB 31 90
177,152 177,152 000000000000065fd7d82d7d435ee2497c3e943e86b91343225b27e9d15bd3e8 0.05 MB 116 106
177,151 177,151 00000000000003cad01d4facb1d6c74685c7dcd337804af65510c527aaab091e 0.05 MB 56 63
177,150 177,150 0000000000000760d04f54f2537e76f799eef5e18cf2ca4187eb675922a1a839 0.02 MB 34 12
177,149 177,149 000000000000045455d51ada3188c386d730e5e5fc2dd27f2f6f2d01f1342798 0.05 MB 96 232
177,148 177,148 000000000000087ae6abd62d992a727418d247db26954f6ce705efeb838ede1c 0.00 MB 12 0
177,147 177,147 0000000000000428c64ac7dc4d972a778ede56759afd1cc0a3388a7b7f100e03 0.03 MB 63 178
177,146 177,146 00000000000003a418951222d68f7c2c786fe32aaed7820edaa9fa1ac55822a2 0.02 MB 36 259
177,145 177,145 00000000000009b9cc6408183a063e3ca97a498ad23239b814672641f747f08f 0.00 MB 8 504
177,144 177,144 00000000000001e4edc5d76b51eeec4caa39fc261b679ae0d41321491ee99ee5 0.09 MB 192 25
177,143 177,143 000000000000092f10dc95db2c026fb506370ec5369bdcb1245bfde6d679e5dc 0.05 MB 83 346
177,142 177,142 000000000000095296dffd309c2ecc5ee2a90cac3133fa7410cb2540e5e7a887 0.00 MB 11 21
177,141 177,141 000000000000083c90ffdd3563ef174949814db5a69c6784d03d3e5d4551f3a6 0.02 MB 38 125
177,140 177,140 000000000000008ea9b8dd35de3fed28ee090d7b2e0649f19b10adb356412f5a 0.01 MB 23 6
177,139 177,139 000000000000090370b4348aa8fa656fd782f42216ae58e8e02902d6828b228e 0.01 MB 18 25
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.