Memory Pool Memory Pool Refreshing

3,147 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,503 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (801,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,572 106,572 000000000002a6278ff8d7963dec8e641ac3eb38884ff0e47fe198bb5fdae640 0.00 MB 1 0
106,571 106,571 000000000002425c2a2efa1fa914a0bb02ad26551858ead81f2808466dbb22ea 0.00 MB 1 0
106,570 106,570 000000000001335ca53375a0c93024a58df518e29a23b553f6873d24ce68f4b5 0.00 MB 3 0
106,569 106,569 0000000000006a17203ee887dcd4247718d0951e77302184f84380c7a43761fe 0.00 MB 1 0
106,568 106,568 00000000000048c1ab294be3a5c6503e663bf3c8bea00198234c566396da7978 0.00 MB 5 0
106,567 106,567 000000000001212fdb4cf15128fa852cca2461a859450b6728a2abb2dc84f8fc 0.00 MB 1 0
106,566 106,566 0000000000013513dbee9f0e5f9cb9bd531cdba62c03ba5a037674c31bb493f3 0.00 MB 4 0
106,565 106,565 0000000000020474220defc49856f038b6234b9da2f0225f5e4063572a084cd9 0.00 MB 2 0
106,564 106,564 000000000000dbf9d7b01647b3110a401d2d773e31d40ef78a1d54ce62f9b827 0.01 MB 43 0
106,563 106,563 000000000001e9d6914798cbc420290759d99b52a024fafd868efc3dcea6bc8e 0.00 MB 1 0
106,562 106,562 0000000000000e7f3289831549d799c48d4cb740c649b55faa6bb83bf14bda80 0.00 MB 2 0
106,561 106,561 0000000000017947dbecd3f01398ab5f9ee6e7c9d71a1d5e0f35270282fddb86 0.00 MB 1 0
106,560 106,560 00000000000233c3621b418196873c5f8c36124b244300e06aa8c306e64e7122 0.00 MB 1 0
106,559 106,559 0000000000016cea20b48046bb06d761dd4409aea3edbbd47d7bcfc59e3cfdcd 0.00 MB 3 0
106,558 106,558 000000000001c76729169bd8b1dca3dda8d52763e2b13bbd0effbb6b2d134bf7 0.00 MB 5 0
106,557 106,557 0000000000029561b0270ef93aaa99d0cf087b5f905b9387f00747adffa92393 0.02 MB 9 0
106,556 106,556 000000000000c2595acb8a9b9df1dcb0f9787b104dbff13f88d7d806ce85550b 0.00 MB 3 0
106,555 106,555 0000000000020e59b0e8ab19de57528a4ee9e7b397d844685e39b319f6d7b471 0.00 MB 1 0
106,554 106,554 0000000000003d78037a78e7170366f2ce86d8f975cbaea1bf6e9d654395cd67 0.00 MB 3 2,415
106,553 106,553 000000000002dc6792e447f83bd0e696fb7957771406cd38315ba0aedf61d1bf 0.00 MB 8 0
106,552 106,552 000000000001bf7024b96f21bedf91b90b7b87b13b21fb9bd43dca96593a2ccc 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.43 GB sent, 94.29 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.