Memory Pool Memory Pool Refreshing

6,840 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (115,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,927 791,927 00000000000000000004c4efb959e7ced0622679fa870b669492d8928e981063 1.86 MB 3,997 28
791,926 791,926 000000000000000000037aad455cb71a90c3bea7a35828c3922e2318df989f1a 1.51 MB 3,419 48
791,925 791,925 00000000000000000000d58c039c243709fa36374b7174b73b99e5497c4ed14c 1.80 MB 3,222 37
791,924 791,924 000000000000000000031f43d6c00accb52d42026474b8def6535f15edd8aa9b 1.57 MB 3,408 47
791,923 791,923 000000000000000000040060aa248a60cd8de6b5e344c668f1a41dd62e8ce407 1.13 MB 834 21
791,922 791,922 00000000000000000000a003b2d330e89af1dbc86bcd3975e7c1a76038f106d5 1.44 MB 2,259 28
791,921 791,921 00000000000000000000d158a8ef0e133bae6eb10d875bc29f27e28468929e25 1.02 MB 170 17
791,920 791,920 0000000000000000000236105465f49db01e8466c62e38d9bbf464087eda711d 1.84 MB 4,584 24
791,919 791,919 00000000000000000001ca320e32489536fdaf5121e563a585d2783ffb0d113a 1.75 MB 3,774 36
791,918 791,918 00000000000000000000e1c41ee53a17c96cf9e8dfd5ae1a96595a04b6ded91d 1.72 MB 3,098 25
791,917 791,917 00000000000000000000cd7438e78c0cccab8da6410b1ce945700829b6c4384c 1.78 MB 3,416 34
791,916 791,916 00000000000000000004dee55d47b92fbcc5b0fe67b77208103e80d475daabd8 1.69 MB 4,088 52
791,915 791,915 00000000000000000000b8c051ad414a6847f0ce562e5cca6fb01fcb9fc3f1a4 1.85 MB 2,711 61
791,914 791,914 000000000000000000030707ab11ab71e6358564de54de5805057947452c9baf 1.75 MB 3,919 44
791,913 791,913 00000000000000000000c8a4e0873ffb63e7ba4df57cd120cc2d910ecb138797 1.72 MB 4,244 33
791,912 791,912 00000000000000000001b2107f19d23dbd67d9853b85631bb1d59285ca2aed52 1.85 MB 4,568 24
791,911 791,911 0000000000000000000105d7014a690ff013ba247d232348d3ab0d2dc47c5762 1.59 MB 3,155 41
791,910 791,910 000000000000000000017cc47d9afa62cf618148636bab62cad4b179fcfc6db5 1.36 MB 1,947 28
791,909 791,909 00000000000000000002b8e6563eddf7e042c547fe2141d6d3b7b9c4676cf241 1.95 MB 4,567 22
791,908 791,908 000000000000000000007a9c6f0a1d8affb907e9b9911fabebfc17ea5d66f2d4 2.04 MB 6,018 22
791,907 791,907 0000000000000000000261fbcd9545580fe13019c8aacd13c8a77b6fdb77cd58 1.94 MB 5,350 28
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.