Memory Pool Memory Pool Refreshing

496 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 480 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (583,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,776 323,776 00000000000000001bd1d7d51df7f3b4329266f7ba3caf566b6553e9c0902e7e 0.63 MB 529 18
323,775 323,775 00000000000000001df353ddffce420aaeb5b93d01b611f6498e4aa1944232e5 0.25 MB 250 21
323,774 323,774 00000000000000000dfb6245e1b54b41a675697e5b7135b02b3839efb8928ecd 0.12 MB 47 18
323,773 323,773 00000000000000000ff23c6d3850fa0f6b0f32d01640f4da8f9f4300a2d92f97 0.58 MB 398 20
323,772 323,772 00000000000000001f68d275a27891f984a5f27c6e3f8aa3afffdc50af86d47c 0.67 MB 783 22
323,771 323,771 00000000000000000107e330bd6dfd6f5f4cfdd379d3e3723c67e9507a6b32f3 0.23 MB 243 24
323,770 323,770 00000000000000000cd3182693f7fc14a513249f04cc2abd31aed6c55e2a33f7 0.04 MB 52 20
323,769 323,769 00000000000000001c17fa6a0da69a0a3cb74ae82718f92a4bd3d12294f46527 0.01 MB 24 15
323,768 323,768 00000000000000001847bab8201ea4868c6f4d0f2466c04362875f1830434382 0.25 MB 303 22
323,767 323,767 000000000000000019db90c74c40202119667466bf29f605356d81615f3abd89 0.30 MB 465 29
323,766 323,766 000000000000000003bd562b134f3c69027a4bff607b858ff36fc5b1d2bd059e 0.04 MB 52 24
323,765 323,765 0000000000000000088c2ec571eddc55e68a122def68c9acd560b0d08bbd64e8 0.10 MB 75 15
323,764 323,764 00000000000000001a3ef947347b8f3a4b51fea43fb1a9b931bf7a418ec99a23 0.35 MB 545 34
323,763 323,763 00000000000000001227ac632920eeb37c6c06b7328033a3b7c050c39927b9cc 0.01 MB 27 39
323,762 323,762 00000000000000001716490a07c30621955a618996f093565012484fb4225132 0.01 MB 12 15
323,761 323,761 00000000000000001956f2ae0b198481c9c83645ce17a58d0521031c147949cf 0.05 MB 88 16
323,760 323,760 000000000000000012ca4130d3d0690eec3e989ed269a08b52a7d742eddcbf5f 0.38 MB 643 32
323,759 323,759 00000000000000000810bd9bcd137dfef87b070948052ff6da1db84e0287677b 0.13 MB 190 30
323,758 323,758 0000000000000000029eb9e45390991bc2702ba470398b18f94a691a06c115a0 0.02 MB 41 21
323,757 323,757 000000000000000003d044ec78b560e1f51ba09f4623455b5793b5f8a8e22963 0.21 MB 346 30
323,756 323,756 00000000000000001bb588422ed43ed7f31cf27dcde3d105c35fe1cf3bd2ffa3 0.42 MB 759 31
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.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.