Memory Pool Memory Pool Refreshing

831 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (180,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,794 727,794 0000000000000000000195945acbc2eeb4f97165621c779f3a6f8ddbac44e591 1.53 MB 1,861 5
727,793 727,793 0000000000000000000978b2a335ab8d9985601c138439b532c5e777a92e1144 1.71 MB 2,423 5
727,792 727,792 00000000000000000005e82d6dad24bd86a564ca2b1e396371f54891c28cff4a 1.23 MB 1,570 3
727,791 727,791 00000000000000000000d4800a164cf476ce0d44073d749f5b8359113aad2e7e 1.60 MB 2,574 7
727,790 727,790 00000000000000000005b6aad29e7c882d8e79690edfc19b97c9f5fdf7ab5145 1.66 MB 1,931 15
727,789 727,789 000000000000000000057ea8cda943cbbb7a58a9dca899ea6870eab82759eb3a 1.57 MB 3,275 16
727,788 727,788 00000000000000000004f02ee13d65c5b3d9bc644ae3673c35084bf365351daa 1.61 MB 1,338 4
727,787 727,787 00000000000000000004cf0ff46a15c175acb547b6619dd2fb1adeb7aee5c447 1.51 MB 2,261 5
727,786 727,786 0000000000000000000a176c03e01de827d37c27543107d5eadb43ecca64ff37 1.64 MB 2,186 10
727,785 727,785 00000000000000000003bb060ad0a1e9bf8eedd4677aca781c7d4b5e9eefc5a5 1.67 MB 2,241 13
727,784 727,784 00000000000000000008c7ff707706dff1f730c7dff9480322e34584b0e39ff1 1.58 MB 2,366 5
727,783 727,783 0000000000000000000a0a91400fe7da1757478b0bd29d6e36193981f68dee71 1.55 MB 2,464 6
727,782 727,782 00000000000000000006b9435def0401e80f6b0e9bdb202a35a064746f8e05b0 1.34 MB 1,927 8
727,781 727,781 000000000000000000027ad4720bd405514d570302f4c01ac9dacff6665106f1 1.34 MB 1,864 10
727,780 727,780 00000000000000000006743d812ac6f9e767b968077243edda4e3ba75370c65e 1.48 MB 3,266 6
727,779 727,779 000000000000000000083b4cb4c99493388b28bd5235bb4517a0efa7bb2d2191 1.43 MB 3,110 16
727,778 727,778 0000000000000000000983003c49134b54315e88114b83ab205059f647bfdd0e 1.49 MB 3,255 10
727,777 727,777 000000000000000000077466a8eced3ffb96b022afbaaefb632b48f061de42d2 0.03 MB 65 11
727,776 727,776 000000000000000000000515b4b0a46b041dfe655e7a7d9104cc3f99d8e467ad 1.21 MB 1,855 6
727,775 727,775 00000000000000000005f63eed68a9a3979f0db78aec853df62aae1234f43306 1.62 MB 3,072 9
727,774 727,774 000000000000000000086c634f02f7fd70fd9f7efff29dd97ef5ac0166ed4b76 1.59 MB 2,493 6
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, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.