Memory Pool Memory Pool Refreshing

17,557 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (382,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
525,142 525,142 0000000000000000001c88f602f6f698f513d81d5f24cac6ed30ce4b115718f0 0.05 MB 100 28
525,141 525,141 00000000000000000011601abdb290f96693373f9c13100946df94b2126012b2 0.08 MB 188 21
525,140 525,140 0000000000000000003a47b13bb7c2bdb47010262c0b230c80b6f8c8ee4fa0ff 0.26 MB 472 27
525,139 525,139 00000000000000000020666b950341c8d819949958464bc80431103675332e98 0.29 MB 624 29
525,138 525,138 0000000000000000000a9cb903453ab4ede5dc18b3e7baca938ff91315e5a3b2 0.65 MB 1,324 23
525,137 525,137 00000000000000000001808b93716f0b35cc3462823df15bfe5fb659bdfc738c 0.13 MB 255 123
525,136 525,136 00000000000000000005c9bb94b759ccbc02d4389cc0c0fe1d98be1cce99ff2e 0.79 MB 1,929 24
525,135 525,135 00000000000000000011c0048375d021553e349e159f63ffcd8134f0fc689030 0.36 MB 619 16
525,134 525,134 0000000000000000003e79e7bc1a8836c700e8dcc9df744efcd5a5134e3c336e 1.27 MB 3,017 18
525,133 525,133 0000000000000000001e52166423d7a276af65031de9ed8422c927d6a7eef866 1.00 MB 2,110 32
525,132 525,132 0000000000000000000f8f159a9220e7c159b7d2f71504aaf10fe07f2cc7bdbe 0.96 MB 1,651 14
525,131 525,131 0000000000000000001ac6812b35635bad710d6ea9a56a0aebcd165a78607022 1.23 MB 2,780 39
525,130 525,130 00000000000000000040a666e24fe93d753a1b7e87598cad6a7135dec069eb9e 0.38 MB 718 34
525,129 525,129 000000000000000000008fda88889bc0a4fd1c25f143354e6832c6905c106f1f 1.09 MB 2,216 21
525,128 525,128 0000000000000000002e645d20f97ab5cc35463b49d9e45922eda5b6e58aea42 1.12 MB 1,621 18
525,127 525,127 0000000000000000003355b7e9edcd7193d886eea65cd695377079ea6080bd4f 0.03 MB 80 205
525,126 525,126 00000000000000000018ef1d5ac65c158fa2412f0dfb3b6c39b2c01f9867d8c4 1.00 MB 1,890 21
525,125 525,125 0000000000000000001b4e6bf72320488135f1012eb8f49ca0f6a885121a4e05 1.13 MB 2,175 18
525,124 525,124 000000000000000000235b66aac657b076c1fe4a4f6f3492644b6c5ea7f2c534 1.05 MB 784 17
525,123 525,123 0000000000000000002a507929621d3b877d9e2c3a6a05c92aa2d13953589baa 1.07 MB 935 8
525,122 525,122 0000000000000000001f9edc37b16f1b343b39f38c27241025b146732cd656bb 1.17 MB 2,273 8
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.