Memory Pool Memory Pool Refreshing

4,425 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,822 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,150 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (6,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,633 901,633 00000000000000000000c7597b5964431f7ec4f7bc6bde13b592f6a1b873d2cb 1.54 MB 4,132 8
901,632 901,632 00000000000000000000ae0dee75e3c5bbb6085c7808f47d139885dc3873d9ce 1.57 MB 3,086 4
901,631 901,631 0000000000000000000064f178cb3737143fc1ff29f58eb74dba98c7ec486499 1.05 MB 440 2
901,630 901,630 00000000000000000000fe72692971d881eb7ed4c70f571ff4178ef741b589d5 1.40 MB 2,844 2
901,629 901,629 000000000000000000012cea6ba6f32a14ccf34d86b25f7952b260e66cab1e22 1.59 MB 4,305 5
901,628 901,628 000000000000000000003ba2c6541842e584c69e4ace8df6a2f5842f68919d0e 1.49 MB 4,122 3
901,627 901,627 000000000000000000001a83a7f08437e6c9c2cd3fbc223e728cbd5cf594a01a 1.52 MB 4,566 3
901,626 901,626 00000000000000000001a1a2d53f840ae8d15502b96f2ccc40d56bfcf793fc62 1.53 MB 4,735 4
901,625 901,625 0000000000000000000107ba3cd8f7c56fe4781e8b30b382c5442d525a1829c6 1.55 MB 4,220 11
901,624 901,624 00000000000000000000543dddcea6cebc86a37711aac719501840e59c243f3d 1.53 MB 4,370 14
901,623 901,623 000000000000000000007b33e0a9dc1f89018ccaab1580c42713e149d52e7109 1.51 MB 4,449 4
901,622 901,622 0000000000000000000131683fd8c29ec8c7e9ef6b579b8bfe5c7c879b178255 1.50 MB 5,171 6
901,621 901,621 00000000000000000000845284a692a7646f64f76cb24adce221df5d77731d32 1.52 MB 4,709 4
901,620 901,620 0000000000000000000111043d2144755ed8bdf0c6a91fa292d3e544ebee963b 1.61 MB 4,491 3
901,619 901,619 000000000000000000015424fb7f9069de1a433a853cde8a1aa12b39d6f0fc0b 1.30 MB 1,795 2
901,618 901,618 00000000000000000000c29344b03b2678b29b0c8b7827138e70c306392e8ead 1.50 MB 3,418 3
901,617 901,617 0000000000000000000154a79a790d969f80c12cba6576aa5eed32e8a7702e74 1.55 MB 4,180 6
901,616 901,616 00000000000000000001fd4ddeaeca3c5d3b6adcc137b53653dba7baf85801f2 1.36 MB 2,982 1
901,615 901,615 00000000000000000000cafcd52f2bc974839a450c2db1ba1082c1f67a00d1d3 1.53 MB 3,772 5
901,614 901,614 000000000000000000003eee71adf0a24356624f14cedd04188458f80b4a36c3 1.33 MB 4,149 2
901,613 901,613 0000000000000000000192e83b9e0898f4a2b699708b283d9daceaa2d8340438 1.51 MB 3,971 12
Previous 10 blocks ↓
Total Size: 769.20 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.14 GB sent, 93.96 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.