Memory Pool Memory Pool Refreshing

6,918 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (779,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,850 127,850 000000000000090b299be4a3378323cfb5eaa48b6990e3770b53480e5a62effd 0.01 MB 24 1,234
127,849 127,849 0000000000002159884211777ed068d341926d7d830b948d754967eff9eeb2ad 0.01 MB 12 1,069
127,848 127,848 0000000000000b85b9cff9144282a365a9550834d0202d2181d42e361717419e 0.00 MB 10 646
127,847 127,847 000000000000063e7cb03657ef94af5b63b53389cf108025b34e182f65b70c4f 0.01 MB 14 1,037
127,846 127,846 0000000000001867ccc53df26994010cca08358fb35736e3bda4af80c6cd281e 0.02 MB 69 754
127,845 127,845 0000000000000d519862be3793405d469815681c6370e3e04a647a1396bbcfc1 0.01 MB 8 1,441
127,844 127,844 00000000000024df1909b37cf55abf5140cb1207706574e7f97ef483e2bb0805 0.01 MB 23 755
127,843 127,843 0000000000001eeb6585722a9bb17a8af0e78575a26b7fd24f3c7bd3d64a8a28 0.00 MB 5 960
127,842 127,842 00000000000004c81cef8171372f09599eaf905dbddce7be08a34aff1cef7715 0.04 MB 93 523
127,841 127,841 0000000000001df9d69ced64fc1a1df5e9872f2a99ec2a707b7b1f39894515c1 0.01 MB 21 1,810
127,840 127,840 00000000000005546ebd0d09c3f62018efe2367ad3db27c90a5599776e4a252a 0.06 MB 122 399
127,839 127,839 00000000000006edf2f2d0265bb0700526e191a95036272c4a1d5d99455bed3c 0.01 MB 34 3,063
127,838 127,838 00000000000003b7fe72f9e8b76ed141868f6a590f4aa03c1d0613af88ddb017 0.00 MB 7 0
127,837 127,837 000000000000243ef591b2a9588ef9a8c43f53d08c77cadccb783b743e790136 0.03 MB 67 114
127,836 127,836 0000000000000ad7559325fea64273be50ab4eb14b00b1586d2e2050c0f99925 0.03 MB 43 1,173
127,835 127,835 000000000000190a7fb2e4e3b7281a2469403706ba6f67686280dd46d0b81e9b 0.03 MB 77 260
127,834 127,834 0000000000001962363d180bbd40b183141f6045995954a0ee52c1aa9216bf85 0.01 MB 18 735
127,833 127,833 00000000000017d8a59f94fa4c085be0aa7d46d0ebc587f9c6f1b51474380ac3 0.01 MB 19 662
127,832 127,832 0000000000001ce4b87c9c5113a79caef5f0ae490cee41f994bb9e686c60fb32 0.01 MB 21 1,101
127,831 127,831 0000000000001032da0357a657faee58d0521b26d44a117f69bc3a60a8a2c4d7 0.01 MB 29 1,320
127,830 127,830 000000000000168c8f876d71e26c9e2e4534bb3b5652f65c977b5b7616109082 0.08 MB 232 356
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.