Memory Pool Memory Pool Refreshing

3,735 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (304,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
603,620 603,620 0000000000000000000d00b73c1bafb60daf7010db7c414cb930d31015947206 1.14 MB 2,577 8
603,619 603,619 00000000000000000011f96d20b3e012f3b475b0d78efecc8c1776e875ac1693 1.31 MB 2,549 32
603,618 603,618 0000000000000000000e8237809d325c386a8c7902901f4e44809f837f0f87c4 1.10 MB 1,619 12
603,617 603,617 00000000000000000014aff07a812e3ad0c4b4888630a557aff27dfa0893b693 1.41 MB 1,521 11
603,616 603,616 0000000000000000000de138f24fc6defe3cbb78528156b29559e77b7989e97d 1.25 MB 2,100 16
603,615 603,615 000000000000000000133a3a9f199e383117a2a6a60e7e2a65c2520031ca8e91 1.27 MB 2,806 30
603,614 603,614 00000000000000000005258b60b0d59b1494cfc1ba2bfa7cf1b24bf97edcd92b 1.23 MB 1,679 13
603,613 603,613 0000000000000000000c580b6d1e9ec90917630b3cf300bf7bc7825fb3262591 1.23 MB 2,738 27
603,612 603,612 00000000000000000004ad025e756c9f2f9cb88b5fb5203c14305d2f381cce62 1.15 MB 2,803 17
603,611 603,611 00000000000000000005beb0092d9fe6b9996f07ff27019a843084c3a3423494 1.07 MB 2,981 15
603,610 603,610 0000000000000000000061b3d48e5263e1bdf3e0d3a5d5be444e06e5158d2c9a 1.38 MB 3,138 27
603,609 603,609 0000000000000000000f14ad78bdb79fdde786acbc0d6bbd098fa8b6eeb89bd2 1.23 MB 2,770 44
603,608 603,608 0000000000000000000500d5be6eddfa169a3ddc92fedc3efd238e61756f81ea 1.33 MB 2,441 26
603,607 603,607 0000000000000000001545207ff0cf565de498eae024f2520da8f933890ffea8 1.35 MB 2,183 25
603,606 603,606 0000000000000000000cc67f09cdb8191587b56034c04f842207bcc21d1ce287 1.27 MB 2,326 26
603,605 603,605 000000000000000000008be085f9f222c2618d0ee182d62923565120c8dd5c6a 1.37 MB 3,272 30
603,604 603,604 0000000000000000000775929c91678b3dcbf841d3ef6ca5f0a7f7be20124d24 1.39 MB 3,343 32
603,603 603,603 000000000000000000031aaa0b407c4512049a9bf4f3acd96d7cc961b361aedc 1.31 MB 2,791 38
603,602 603,602 0000000000000000001469ea07f69b0732262f06636f2037a30d273c8bf821c3 1.20 MB 2,838 48
603,601 603,601 0000000000000000000af06edf36030b711628b4fcc84661b133ef421f33ab4f 1.30 MB 3,046 38
603,600 603,600 0000000000000000000a8244a4b7d85d4a07c2965fbd52ce8795b8ec6fc9cbad 1.19 MB 2,467 22
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.