Memory Pool Memory Pool Refreshing

12,299 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (174,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,131 733,131 00000000000000000004d00b5d0af2761794aa9f3ce054346b1f03f980288ee0 1.23 MB 1,260 8
733,130 733,130 00000000000000000000464ec5b891fc72dd204803dd8d62608aa595f31082fd 1.29 MB 1,976 11
733,129 733,129 0000000000000000000657e1304005292789b76aae70aec97b55711ea13d027e 0.11 MB 139 9
733,128 733,128 000000000000000000026c992acf09ca853640b162c4b2d175d27a92e6dfcbf6 0.05 MB 121 12
733,127 733,127 000000000000000000089d8ac93269039faff4469648d5548928a47c1aeb21ae 0.80 MB 1,238 8
733,126 733,126 00000000000000000008d852a7e06c9b962275ef058c46612d13425a42339eef 0.34 MB 636 2
733,125 733,125 0000000000000000000808140e2d340e7f84f71414c620823bdde6c70080c937 1.53 MB 2,293 10
733,124 733,124 000000000000000000090f5db7efeb2662081290925c0ed6fd7fe72da5807e99 1.48 MB 1,365 15
733,123 733,123 000000000000000000037f393ee5d0731b2c26dbb2c59055bdd89b69dfec2e2b 1.35 MB 1,468 9
733,122 733,122 00000000000000000003c4593cd450554b3f1ae6e10fd7122487a6c9b116079f 1.36 MB 1,582 7
733,121 733,121 000000000000000000096b91c62e5233b4989e6c3ecc4a0efa785986f378fc37 0.54 MB 690 7
733,120 733,120 00000000000000000007ca81ca46b61fda776ad3622dc3bf075e017a1fa51f88 0.52 MB 788 7
733,119 733,119 0000000000000000000819f6bf510f7f786a215b2a5e0ded102452552e5b9a51 0.17 MB 357 7
733,118 733,118 00000000000000000003cc41c53f70b41a87e4d1fab2a7caa3b3d72d7434215e 0.43 MB 577 7
733,117 733,117 0000000000000000000640dd7e51291e96527f78259408f88cd3f8cb37783c23 0.31 MB 586 8
733,116 733,116 0000000000000000000069b461f877346c8f0bd19691ca6ff5c568061f85e0d5 0.77 MB 1,157 5
733,115 733,115 000000000000000000039554fea93d8dce65e507a5d81c794975b7ca9ee5bc2d 1.23 MB 1,348 9
733,114 733,114 000000000000000000071d3a89a3d3590b4fe53d38fbfb32f06b7b92a72ff179 0.37 MB 761 8
733,113 733,113 00000000000000000000508dec60f4d8df39a03d73fd5a523e11704600d7e368 1.23 MB 2,210 8
733,112 733,112 00000000000000000006d5c72cbd16ba22479346d63477de594c757b123bea11 0.47 MB 750 5
733,111 733,111 0000000000000000000679ba5956e646740bbb6c9f6b1fbb248e3dfd4ea4a137 1.65 MB 2,130 9
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.