Memory Pool Memory Pool Refreshing

4,622 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,462 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (703,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,840 204,840 00000000000001721006216f100a02dc7d537efb3646d4c6f716b7896f40238c 0.07 MB 133 87
204,839 204,839 000000000000016c02067fa9014c46b35ee6c489cae250a71a66f84e76ab660f 0.00 MB 10 46
204,838 204,838 00000000000004a635812d6ebc51995e30b7d2f4228cd766c605767a67ede9e8 0.00 MB 14 303
204,837 204,837 0000000000000123694b574f5c63266dbad28ff5a97faf3c08fbdbe0650da5f7 0.04 MB 88 85
204,836 204,836 00000000000000bbcc5dca4c38a1bdea1ea77aab4cdf91dbd9267c6b46a3a3a2 0.04 MB 40 55
204,835 204,835 000000000000025fffd0233a848c44e9ab639d176f6237f9820647ff5aac2be9 0.04 MB 75 77
204,834 204,834 00000000000001fb44559aa9b7b080e9b1c8cd814eb9cd782fd597e4c9bdf656 0.11 MB 253 154
204,833 204,833 0000000000000184b3ba967c07cd53db1a755a9fe09c07cdaf4d6c7ae2146298 0.06 MB 197 119
204,832 204,832 00000000000004bbc0627709747823098ae6029deba203763c69a6118bd9c873 0.00 MB 9 451
204,831 204,831 00000000000003ee73c1257726c3bdcf5c6adf011a0812876a9472fb59a863b0 0.16 MB 307 157
204,830 204,830 0000000000000047a97f860762a7ffaf8f8bd0fd95411cb9058dc782735dd1fe 0.07 MB 127 257
204,829 204,829 000000000000013a0704ca20fa36c30fb6af6d8758c7c65ad6ffd41885e27dd7 0.04 MB 94 88
204,828 204,828 000000000000014c9eda30122d7434cfc6f8498e7cb512ba63213faa2e1a2b8a 0.10 MB 231 213
204,827 204,827 0000000000000188556e0a72af2fb1a7a75802636855490a49eb751b95a056fb 0.06 MB 228 180
204,826 204,826 0000000000000459e89bc43014b48cad41632c651d1daea3ca9b6698fdeefca4 0.25 MB 450 145
204,825 204,825 00000000000000863b9102bacc781feb5ebe682c99d47e38b7c4b8d1fa65bc0e 0.42 MB 1,010 70
204,824 204,824 0000000000000103f0b0c576d70294105a68cd15d9f96b5dd57cc322e9c8b663 0.42 MB 665 232
204,823 204,823 00000000000003600638a8b0ee4603e8b33531e7adabb90afcb9493f9df71767 0.03 MB 72 39
204,822 204,822 0000000000000163433e432c599239e58c33bf2887b2c48747dc2a0081ef9da7 0.10 MB 164 139
204,821 204,821 00000000000003037b2f8d85b44c4053984dbe3398de4b53b8e7fcd766ed89e9 0.05 MB 167 2
204,820 204,820 000000000000011742003e6b46de559baa1a265f19bd095d12a80e849b1c083c 0.07 MB 137 238
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.