Memory Pool Memory Pool Refreshing

3,417 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (905,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,747 2,747 000000000b206d7d6e00babbc7faed71377c382d681d3fbb32cdd58d33257937 0.00 MB 1 0
2,746 2,746 00000000e2c4a4e9a491e5e82bc4284f9a28db4abe1c8109f952b9e25747dfb4 0.00 MB 1 0
2,745 2,745 000000003a8935612caceaa7181d1c4a66f09cd8745573611d2fbadd43f25033 0.00 MB 1 0
2,744 2,744 00000000159eb744e992115bfe47a11714ca04643037989d9da3c9579afb41cb 0.00 MB 1 0
2,743 2,743 00000000e59d1527958c8d5a025a57033858af2edde3edc3be315e1ff072cf0a 0.00 MB 1 0
2,742 2,742 00000000970d5d17eeaeef63e578db11b0fe0f2002c0050a6fe5d5bea1530de1 0.00 MB 1 0
2,741 2,741 00000000f7036ccdafcc809f415753cd0df2161c71cd3c12157f4fed1a4f9b00 0.00 MB 1 0
2,740 2,740 00000000cff5728ada1a3d63a7793cdc3d3509e4123151e0d3227845cbe64e49 0.00 MB 1 0
2,739 2,739 0000000040e7ce608d0332e893a0168ca2bad8d71c2ed33718389b63d2b9b43d 0.00 MB 1 0
2,738 2,738 000000006e92cb9f163c7f9eaf338207c25b3682b410a7352a1c140521a029d4 0.00 MB 1 0
2,737 2,737 0000000092456d6b560a6eafcf1e0b2ea9dd1b109e68cb028adf506d014ea6f2 0.00 MB 1 0
2,736 2,736 000000002d05816adcfec765c0df902a8f030afddd557e40f827af8a73cac064 0.00 MB 1 0
2,735 2,735 00000000ab16efa67f626c7d1153fe05edfe163d5dc3f47ed8b3e9913f2a401c 0.00 MB 1 0
2,734 2,734 000000006156794ec9c81f2795d1150d504ca910c8cde5b06933bc2c9d335fb6 0.00 MB 1 0
2,733 2,733 000000003f9bd4136dcac864ed9b2c442fb5f30e6710fe309a650983739a4706 0.00 MB 1 0
2,732 2,732 00000000cec0b218145a7f68b9a0c50b09b4c6432c7e23e3fe62c9113980fd71 0.00 MB 1 0
2,731 2,731 000000002720171a25a22889ee7d4f33538b927a262e8d617523d448fe8ad794 0.00 MB 1 0
2,730 2,730 00000000471e58945f3e967d5ae8b6dfd0d6335c11260c2fc6075c005a14ab26 0.00 MB 1 0
2,729 2,729 00000000353203facafa80f07f05a2f5df0237846d9b5d1fd4dbbfd56f6dd107 0.00 MB 1 0
2,728 2,728 000000002eababc383ae816a69515f21ce47e99eff7ddca9a2e9d8cc82f54bf6 0.00 MB 1 0
2,727 2,727 00000000dc9149f7231f7295c4045ddf952c6424575afbb8dd07c5e7f0d0567d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.