Memory Pool Memory Pool Refreshing

6,685 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (597,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,610 310,610 000000000000000008bbd2cae77d118f8bd51335eaf6552e11679e8b487a2af7 0.45 MB 807 29
310,609 310,609 000000000000000027a8ea93d0601598d01d13a141d5e73ceb3e9b1d6507297b 0.16 MB 345 27
310,608 310,608 00000000000000003e465c7b88a5bbf59b94333e32c8d28eb10ba1736e84a37b 0.19 MB 391 49
310,607 310,607 000000000000000004ecead2f9d2d3f17e0135d4ced0cf3fd2679f578af0beb3 0.17 MB 321 25
310,606 310,606 00000000000000000d7fe5218d78c7c1f2e5f4703406aba9d7a871fa5e903f26 0.33 MB 594 32
310,605 310,605 00000000000000001155194544c47f1fdeac72b65c45a73dbc2572902735cd1a 0.25 MB 458 33
310,604 310,604 0000000000000000174762c804e9082dc27b764c85003f85d590b1e3c9b1c228 0.01 MB 13 16
310,603 310,603 0000000000000000297d284bc9f7ddfc410161d6eef3db1e187ae0647d234d8c 0.19 MB 331 24
310,602 310,602 0000000000000000385c99eeeda8455dc63a1935fae11f719a8fad4719f42129 0.10 MB 210 32
310,601 310,601 000000000000000027a1200c0b09c1d0c8ce63252edf3cbd974d8602450b3e25 0.00 MB 16 22
310,600 310,600 00000000000000001a8ecb6255fea2d9ffb86c0cfca2857096ace0c3b55a94ff 0.34 MB 535 27
310,599 310,599 0000000000000000008ccde361da6f5c4d6ee5a8cb480134e95b01091e9be1b4 0.01 MB 36 30
310,598 310,598 00000000000000002b741b85276d57496f330b300b9a3056d311b62c754c6ee4 0.09 MB 205 31
310,597 310,597 00000000000000000d71e5a330136a32f4511edee3ff08f59aff7c757c5bd7e2 0.13 MB 257 27
310,596 310,596 00000000000000001614ed4d8cd78e89e0aaa4a48d73345912c5c35ba6bbc6f7 0.04 MB 128 56
310,595 310,595 00000000000000003191ccdf0b7c3579b7dfdcd7cb769658b994264e930e3a38 0.10 MB 179 25
310,594 310,594 000000000000000009a9bff627ee72afaba2420669c1eb1b05c9396b64b2ebcb 0.39 MB 360 18
310,593 310,593 0000000000000000307e7f9e72ede5e088fe95740364a1b200c73ed96bab7595 0.50 MB 426 15
310,592 310,592 00000000000000003b7493369bbefa139282bb0ed0d47dac49f41168d62f7f67 0.25 MB 681 44
310,591 310,591 0000000000000000061626501c15b689e04eaf606f1b57a21216b19c96b614f5 0.17 MB 512 49
310,590 310,590 00000000000000000e12c9b7dcd285ff594f9aa5729707ae04533f58d4681133 0.35 MB 742 37
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.