Memory Pool Memory Pool Refreshing

924 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 917 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (831,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,950 76,950 00000000000460b52eedb2497759192ff2fefc150c98bc01eba24009910ceb14 0.00 MB 1 0
76,949 76,949 00000000005f3ce9f7fd703f8799be608974379d4e360ae9db45b5516accd277 0.00 MB 3 0
76,948 76,948 00000000004655ec371ce1a40b90c0b23a60817851017bf9c0b3944f664cfa2a 0.00 MB 5 0
76,947 76,947 00000000005c928a88db15f28b522a0fab68e0fbf209572eb94ade61635c7329 0.00 MB 1 0
76,946 76,946 00000000003e6909a6b9755fa639f5bbb0ed860393addba16a59d911f16f81f2 0.00 MB 3 0
76,945 76,945 00000000001eceb1a834a9278af2aa9d1a141a7f2dc7f349d6b5703a8852e4c6 0.00 MB 1 0
76,944 76,944 0000000000503c14dd5ac5b735f0177b6358fe4ee990d7f67fb3aeaa4fa6927b 0.00 MB 2 0
76,943 76,943 0000000000238092cdb93dc269fbeeb1b609d2a0cfac452bab5ec2752c7b7be2 0.00 MB 1 0
76,942 76,942 000000000021013558ffc908c30c4f66ce9c80b14864a41f385c75698c8acf44 0.00 MB 1 0
76,941 76,941 00000000005906b2d228b7a3e36011cd65fd89dfde0acb60680b953a05848b3d 0.00 MB 2 0
76,940 76,940 000000000021ee1fcc424dbdd9f91e0ae4576288f7bf49e5cce319a203ce0f8b 0.00 MB 2 0
76,939 76,939 00000000003aa0cdfedfbf372ea8b9721c90649e7e1256db31c43b6e17d22ab2 0.00 MB 3 0
76,938 76,938 00000000003222e407f55237d5326ae43400dbf53689803ea258f2b2f686561d 0.00 MB 1 0
76,937 76,937 00000000003af25c36f5c392d4c6036550cc8a665d549ca67894058858f70657 0.00 MB 1 0
76,936 76,936 00000000000c69325a1a0512878be398fdc13e03fd5f920aa9b3ef0d1dd2328c 0.00 MB 1 0
76,935 76,935 000000000018a809311919d05d7f50925e89ac1601cd2abbdc43559e12bec69a 0.00 MB 2 0
76,934 76,934 00000000000c1efbee94299a77f474544b7d30d1a4df6012916ff1335e23c06b 0.00 MB 1 0
76,933 76,933 00000000003eb6a23ccd4b3e4fc4a2163f54e04fcd84c89dc18d354f4e45837c 0.00 MB 1 0
76,932 76,932 000000000012285fbb084a9106f552a6b97209a820806247672b1b3f0750f53f 0.00 MB 3 0
76,931 76,931 0000000000464440413e2b32fbd2cba99cdff97cfb4843f5085587e63f0a4cc3 0.00 MB 1 0
76,930 76,930 000000000028982133866246369e0bed9ff946644448458a60615372fabbfe75 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.48 GB sent, 102.00 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.