Memory Pool Memory Pool Refreshing

10,186 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (713,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,647 194,647 00000000000001589c883d0bd6b1ad3242d548f1f9b77e7f0bf8dbe912d75d3d 0.21 MB 261 105
194,646 194,646 0000000000000300114a90f25f2dcd6d41b2b9f06189a860630e763db5b2c323 0.01 MB 8 66
194,645 194,645 0000000000000164ad132a234fdfb0da328f3c3bd25378360bc7aa2ccc24d00d 0.12 MB 206 142
194,644 194,644 00000000000003ef72297b6cbe241403e2ffa15c341aedbde436fd2c253356d1 0.41 MB 703 106
194,643 194,643 00000000000000741cb0cfe0f90b7b6d85feb2bbd30be34f9601a881193bdfac 0.26 MB 106 77
194,642 194,642 0000000000000322706a41afc195efbd6f04e72d9037843606c9b8e8caa5c60e 0.05 MB 134 73
194,641 194,641 000000000000034289fcfd59a96572c7d0d06cb7c47b670552c8adaaa947fd41 0.00 MB 12 32
194,640 194,640 00000000000001ec2cc2af59243ec6a49690eeb4906f15ead02935ab75b812c1 0.05 MB 118 47
194,639 194,639 00000000000000f26373bed7f9b1ab33060a3558ca00ac2808eef15234e9fa96 0.00 MB 9 0
194,638 194,638 00000000000005398829ea0f925c5213f91b5f5c95bcf083ed5ef33e30bf2ccb 0.01 MB 11 67
194,637 194,637 000000000000013d276856c4d6b1b4295dcc0179ece7a656e6bfcd3df8e92fdb 0.15 MB 373 161
194,636 194,636 000000000000059a3d6338799e8f3fdf3be0d4c7a386bd32d76ff4942c0c8e61 0.17 MB 332 110
194,635 194,635 00000000000001ca09ee4bbf66e38b28248d2919bcf250b8cec2945a8c86da11 0.25 MB 512 58
194,634 194,634 0000000000000208261345bd001a4d004f82caffcaa04a48a6001e4cb4a7f67c 0.00 MB 10 78
194,633 194,633 000000000000061cd0b3b8b9c2702dcf7cf50dcd4e23b8ef0a1236dff785118a 0.01 MB 31 170
194,632 194,632 000000000000050e84a0ef08fac424a243e5b5d9172898fd9444af33c34c888a 0.12 MB 275 124
194,631 194,631 0000000000000593fafef0a145ae6c535bac6d694979c1e92c051f0843bd9dde 0.01 MB 42 99
194,630 194,630 0000000000000623e927002efa5d75ce6637e1c0fa863eaf002b58bdc6345948 0.05 MB 143 10
194,629 194,629 00000000000005d60ed6f5ce8f3c52034bfe6bc68a4a9c46a2c741997968aded 0.24 MB 315 114
194,628 194,628 00000000000003d024a9e2918791a402e22587307cca467e9e1d5b9da4f51c4a 0.07 MB 122 110
194,627 194,627 00000000000000cb8c85707cdbd76a3819c7bad148451b2521571f39a1b02130 0.03 MB 108 141
Previous 10 blocks ↓
Total Size: 768.92 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,603.55 GB sent, 92.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.