Memory Pool Memory Pool Refreshing

5,969 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,622 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (274,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,798 633,798 0000000000000000001271bc8552df3ea188ce4a3a51bdcf8d90508a3c9f6f81 1.44 MB 2,492 19
633,797 633,797 0000000000000000000cd44a306fad19209dddbb94f115f8e3bf7461b4e3617f 1.41 MB 1,308 18
633,796 633,796 000000000000000000124a83097608915555d8918fd543a1a78eeee24745065b 1.53 MB 769 15
633,795 633,795 0000000000000000000a5c3744d7e0cdf85142547d1e110b886349cd5233c251 1.33 MB 2,628 24
633,794 633,794 000000000000000000146d1bbef5c249446b7196f96dcca208d29b6a9008eac5 1.29 MB 3,252 29
633,793 633,793 0000000000000000000a18cfb46a244eaa96d221edeef1b4e41dabd8196effba 1.73 MB 918 8
633,792 633,792 0000000000000000000eb0cdd1083eda77272aed35de6d60f28b03f8037c7d0f 1.85 MB 165 3
633,791 633,791 0000000000000000000dce067dfacc06d498cc91652de9f2d2f61dbb627c793d 1.35 MB 1,621 20
633,790 633,790 0000000000000000000cc2440a979472d3a8f1c718cd0c2e68860e55d778a506 1.46 MB 1,652 18
633,789 633,789 0000000000000000000386524a7d5be48a5e09fecb4aeeeceb51845e82a00b86 1.60 MB 1,381 13
633,788 633,788 000000000000000000026cd040c3d258330d105aae99903e248bd668b78cbbb5 1.73 MB 544 8
633,787 633,787 00000000000000000003001a9344002a878cd5725d627c193f3f0f48d6c6ce9d 1.58 MB 1,664 16
633,786 633,786 000000000000000000138767e4b09439e16146ceb77bd1e18ad39f3ebacab156 1.80 MB 389 4
633,785 633,785 0000000000000000000c2837cc5484919084c7694be88257edd95a1eb09aa666 1.64 MB 912 8
633,784 633,784 000000000000000000045fda87856f6865d031c05e49472d9976dd350f02ba68 1.67 MB 982 10
633,783 633,783 0000000000000000000ae509b34ead23647210c6cd80768a0d5d939321fe26b5 1.83 MB 288 3
633,782 633,782 0000000000000000000da8cc42e3ee8412b756388a04a352ebdc99cce9d2bda1 1.52 MB 1,723 16
633,781 633,781 00000000000000000006a34e00e2fd2885a6bd4a01dd7334c168615b5aa44a8b 1.78 MB 524 5
633,780 633,780 0000000000000000000b4f80aadc781de1e5d3a2ba35b96b4131682fa91a3aa4 1.52 MB 1,333 5
633,779 633,779 0000000000000000000d1542c41e1fd67e4a094542211ec352ad424c55c759dd 1.27 MB 2,068 14
633,778 633,778 000000000000000000102c7dc68b85a1463ecbf9488fe1ef2171cbaa7a2a9c5e 1.32 MB 2,766 28
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.