Memory Pool Memory Pool Refreshing

7,259 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,827 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,939 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,826 (382,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,775 525,775 00000000000000000018e1632dd2b5e9b6c25b5e15a65d294bf4362a5c72eee0 1.18 MB 1,613 4
525,774 525,774 0000000000000000000475a74fa855017ebda931631de9ba2ca2ed62027bed3d 1.14 MB 2,431 31
525,773 525,773 000000000000000000085725613366e2b536755e1b18bb348e1fef63138f70fd 1.13 MB 2,200 18
525,772 525,772 0000000000000000002a3a513b41a97c3228a1023acd92a40843a9dd947eb0f1 1.01 MB 333 4
525,771 525,771 00000000000000000021885d1d4bacff6a53a474430ee23e5b0d1210c89dcdc1 1.01 MB 245 1
525,770 525,770 0000000000000000002366d4730b7873ab62f3eecb59f1daacb18692ab0edb9d 1.22 MB 2,463 22
525,769 525,769 0000000000000000001e0b58a3e91b3f1a497db5cfc3d9ef8cc0dc28a300e361 1.00 MB 993 11
525,768 525,768 0000000000000000000ae8121db4f43ceef51c344e1ea327a285f44e5b5c360a 1.18 MB 2,214 26
525,767 525,767 0000000000000000000a160dc9e9cfe14d14ce6f0926b1c692e1cac651238dbe 1.10 MB 1,308 16
525,766 525,766 0000000000000000003bbb184776b0c1a6aefd83f3ce82f43799239f218ccc4c 1.07 MB 1,135 9
525,765 525,765 0000000000000000003181a8088f6aa5880f960ae03ca5874283e192c9939138 0.33 MB 234 3
525,764 525,764 000000000000000000028306cd453a219cbe80eac61c30768b0c980e63f58c25 1.05 MB 911 8
525,763 525,763 00000000000000000020bbd15c9a428a1d824a298c247a6e2c9091cb1dfd1d1a 1.02 MB 422 4
525,762 525,762 0000000000000000003963f7cadb63782bd3ba13d169024014fe2b67239b67c7 1.09 MB 1,012 9
525,761 525,761 0000000000000000003978fdb2612d69661c420426f70e36796b9b85a4d82c74 1.11 MB 1,441 14
525,760 525,760 0000000000000000003dff9b392b197c675d76e865a62ca7185456944d9d1c8f 1.02 MB 207 3
525,759 525,759 000000000000000000243413470e5776177b4f77cba4efdeadc5a1def2b5978b 1.07 MB 863 6
525,758 525,758 0000000000000000000a894d9a84ba3047bf787bed0af7ae950fc146d49f7422 1.00 MB 421 9
525,757 525,757 00000000000000000021d50af70bfcdefa1b6c0dc734cb555405d5c98975defe 1.11 MB 578 5
525,756 525,756 000000000000000000254c00c489795b135e87cee889a83aea9849d922e12be9 1.20 MB 2,038 18
525,755 525,755 0000000000000000003317f259ce0d96deb87f6bc148033ab80b0f7a2b065508 1.04 MB 660 4
Previous 10 blocks ↓
Total Size: 769.21 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,634.61 GB sent, 94.02 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.