Memory Pool Memory Pool Refreshing

9,111 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,950 (750,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,659 157,659 0000000000000c350da86965e0a5494a8fa96feeff4da981b3d1ec475f0c5f3d 0.02 MB 30 102
157,658 157,658 0000000000000be49ce428cf3b588ae959713df88c99c49f6ee096a433185a27 0.01 MB 15 56
157,657 157,657 0000000000000d5ca7faeaa5594838e9c330b2ee8f7b8ee823b42910c231eb57 0.05 MB 109 121
157,656 157,656 0000000000000258f62ae5b0a41a8ffcbe5ebe8e690582854835ec72e5921215 0.01 MB 12 57
157,655 157,655 00000000000002ca273fc1d78553e980888313209c343775c5b0eb765bbac36a 0.02 MB 80 16
157,654 157,654 0000000000000994c8a35c66ad2392fbf4168c6079ebbf8390a9e3da1f444dde 0.03 MB 86 38
157,653 157,653 0000000000000338eeef9cb39c5a8d28d806d5fab56f8650498ab9312cf21e9b 0.05 MB 92 540
157,652 157,652 000000000000023b5444166b1aaef5145ced1ea8e8898060e5f95b9bb097b763 0.02 MB 44 147
157,651 157,651 0000000000000a42b021f6feacdf929fb3b7eea707f37d2e892d58b1a69bb699 0.01 MB 15 392
157,650 157,650 00000000000005038a2c66ffd97e8cd6b9586760f8e11548fa9fba51be8d09b8 0.01 MB 19 115
157,649 157,649 0000000000000b019c7535b66770f3a74a68b2ccf2eaec0d585001f70077dd7c 0.02 MB 42 53
157,648 157,648 00000000000007a40b8d512197aa7fd0f07afa5891acc7a3d8a25f8a6f752100 0.00 MB 1 0
157,647 157,647 0000000000000584c0d053761a23ce91a882924d77bd78f32d7822a2e35eb00f 0.01 MB 27 56
157,646 157,646 000000000000060862596c7729e5c00d3f304ae1d59ea669aeae023ea567abc0 0.00 MB 1 0
157,645 157,645 000000000000071c8f48c47731d790763ac1a4b539f7c2685cfa0b77a7bb3c5b 0.00 MB 7 53
157,644 157,644 0000000000000a6f2acba8e9d2a9541577546f022a1a268ffe0e8f477d681864 0.01 MB 36 15
157,643 157,643 0000000000000953296fc4155735037892c2231b9ab32a7738c3b9a638d13be2 0.03 MB 87 184
157,642 157,642 0000000000000115da76d1aa8b4bbc8f25d499281b552d43b86d0d9130425373 0.00 MB 3 0
157,641 157,641 0000000000000782f47188156d283b90a4e6697d70d682140cc81d7245f4341f 0.01 MB 17 163
157,640 157,640 00000000000002f71b2d932d87e2200566a11dbf2836a5f9b9ad98c73ef90964 0.00 MB 7 11
157,639 157,639 00000000000005f78eb641419f916d70860d4448682765ca75d2a09223a04765 0.02 MB 79 87
Previous 10 blocks ↓
Total Size: 769.45 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,646.09 GB sent, 95.23 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.