Memory Pool Memory Pool Refreshing

5,707 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (605,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,747 301,747 0000000000000000752e921ddf531eed68f10216f08c52df27c9534807ac45f2 0.34 MB 579 30
301,746 301,746 000000000000000061f1d0d81827a29ec1aea33f4a61df5cf02e23280d8aef64 0.48 MB 748 27
301,745 301,745 000000000000000023b969d6c7f385b7099ca53a557b5e97d45e4a4d0c01e542 0.03 MB 64 40
301,744 301,744 00000000000000006be1aefd7ba09e8f35eb1a861ad21f5cb70598891b3e291c 0.22 MB 429 33
301,743 301,743 0000000000000000152c1f40ff74f70c0967ff7ac75b810736425820560626c1 0.28 MB 570 34
301,742 301,742 000000000000000004a5c9a32cfba96bae56e5e428d36db664fb7e2bfb44fefa 0.05 MB 101 35
301,741 301,741 00000000000000004537b88eeaabcb5c6c961a3a844c6ac2e774a7307d155fec 0.04 MB 92 35
301,740 301,740 0000000000000000773a0445b331d0da1539553808143ce73125b942ecf911ce 0.24 MB 370 36
301,739 301,739 000000000000000054ca7899c39979433d603d4c711d082e0e9d18225d4a23fe 0.13 MB 229 30
301,738 301,738 00000000000000007187be451447c54d38c90cb9d22fa02c4757747945cce3c2 0.01 MB 22 38
301,737 301,737 00000000000000002f449c6f37f46101ef7465ecffffbb9704effce2f9826c8d 0.06 MB 137 24
301,736 301,736 00000000000000000758cb354f2d72b4d60d210642ecf9e80c3d87762cc561f3 0.14 MB 318 39
301,735 301,735 000000000000000055bb67d2d6859999bc47dd4d2f6a74fdccfb23d2e5be7876 0.22 MB 400 34
301,734 301,734 00000000000000006983b366478d35b173e65034a94e7c1bda82552b49f58554 0.24 MB 363 29
301,733 301,733 0000000000000000247e2712b40bc2ec0e45f8bf83c00fb0f03f9925a5bc6dab 0.17 MB 360 28
301,732 301,732 00000000000000001ed8aa5133fa94d0f425a25c50644cddd2cae675a6cf99bc 0.13 MB 244 37
301,731 301,731 000000000000000015f89614ad60dbf52edb0e4ef034fca83220575a607c06d1 0.06 MB 94 27
301,730 301,730 000000000000000018002cad4a75aa39e731b76ef96cdf74b45fa1c3cb4cc365 0.11 MB 219 35
301,729 301,729 00000000000000000d065405ad1964641dfe17a7824f8c9b51958607a6614eb4 0.22 MB 409 35
301,728 301,728 000000000000000030fd80d9711a4fd3bded2c1bd783a2cf1840171554967ced 0.12 MB 208 32
301,727 301,727 00000000000000000415ff5777a9c114981e9e7067817f8d93b7e13059921018 0.06 MB 103 25
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.