Memory Pool Memory Pool Refreshing

6,119 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,887 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (798,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,732 108,732 0000000000011efb60500dfc4a64b3ac96ce761c69448c106317f06c0af671f4 0.01 MB 3 0
108,731 108,731 000000000000f192ba93c20c1b6a4dda2a159be729fc7d1c519398ecff6f21ea 0.02 MB 5 0
108,730 108,730 0000000000020efcdf2af917b25ea3e3c1588015f44ec111595503d1b38b7db1 0.00 MB 14 0
108,729 108,729 000000000000abbff238fb71c656c6d6f092b6efc39553cb7eff6e1b495edcb3 0.00 MB 3 0
108,728 108,728 0000000000002486a94d0c2218d87706807fce1869f8df46707caa5a09a85ade 0.00 MB 1 0
108,727 108,727 000000000001918967f0c1b9ab63b375f00817af5189a7402d047c0311b94309 0.00 MB 11 0
108,726 108,726 000000000001e81bbf358c7e5ebb6babae9614b9d8f07d61de4363c40ebb22be 0.01 MB 42 29
108,725 108,725 0000000000015693a3494e92d43053b34a970923e367f79d31a2a571e038acb8 0.00 MB 9 0
108,724 108,724 0000000000019db95d3b24f9d326bd1b7db2a17812244ba236c423a516eb0605 0.00 MB 2 0
108,723 108,723 0000000000006438be40e7b0580ae7dcacd1d76a6e14a6ef52d73642082d6aa5 0.00 MB 2 0
108,722 108,722 00000000000050a3d01b7a3ac33faaa50c8065705144d4852cf31b276a89e3d1 0.00 MB 5 0
108,721 108,721 0000000000026f779c5514922ac5aad723f0e2bca8dff5874b963f1d17e965c8 0.00 MB 2 0
108,720 108,720 000000000001ada1867c3ba9369207af03fdb62fdd21b9acf98f99e295d50af1 0.00 MB 4 0
108,719 108,719 000000000001ce7cd6687277ef708b48be7c1ff263709c9b172b6406411576bc 0.00 MB 12 0
108,718 108,718 000000000000164762f709f29b7ce17a389d9fb194e2c50df01667ca168a92c9 0.00 MB 12 0
108,717 108,717 000000000000c4952c539544c793b173c8fb6842260a1f9cca38ef373f76a159 0.00 MB 8 0
108,716 108,716 000000000001d333aebaf3390c7df81b249e3ad180e30996de91d6de295f3736 0.01 MB 47 0
108,715 108,715 000000000001de973877a18fb2389d6662d12dbc81e0bad0b2a988a39e79b6f9 0.00 MB 1 0
108,714 108,714 0000000000001113385cd498942d9c3f2be2889fa0664225ed23336587ff10a7 0.00 MB 7 0
108,713 108,713 00000000000138cec29708a562654e6563f6ec943dbc7263286f54cbf2d76ec3 0.00 MB 1 0
108,712 108,712 000000000000b60c90a92a8db5372f6763b4525c3404e50cde28793f8254ecf5 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.