Memory Pool Memory Pool Refreshing

2,377 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 2,369 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (108,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,937 798,937 00000000000000000000a3c42d8d778c19e00fd5093591b47bc0e9e34574b905 1.72 MB 3,696 8
798,936 798,936 0000000000000000000448ac8d32bfdd0fdc58a57be261ec3703b083c7606611 2.07 MB 3,851 8
798,935 798,935 000000000000000000022f24bd78e3e6883a88dc06c0bc7b27b9f390f817a0fe 1.30 MB 2,249 20
798,934 798,934 0000000000000000000470206c1bee40765032de1c7565bdd945ff0568760829 1.79 MB 4,836 9
798,933 798,933 00000000000000000003ed460358a83f8163df87a851d8f30b6f8ed9d1d39cce 1.98 MB 5,864 6
798,932 798,932 00000000000000000003abd5486e2399a2278a5ad130aacf31d75c980569ee61 2.21 MB 7,148 5
798,931 798,931 00000000000000000000f03410bcdc1dbc7f7771da5b362c3419f251d0f21d58 2.07 MB 6,361 5
798,930 798,930 0000000000000000000037e74f77ca9c50fef7cdd7e5a966e25f7e14d669c581 1.93 MB 5,014 8
798,929 798,929 00000000000000000003742ee8e2d0bcfa9c5cc2fac402ca8849cf8fc400f39b 2.00 MB 5,960 6
798,928 798,928 0000000000000000000510a3f6e516caaee4c2ba250a0c0d1419d139b0a5013a 1.86 MB 5,069 5
798,927 798,927 000000000000000000052c0fc4e177af9a1165f9a1e03b6d5a730c9750a711ab 1.41 MB 2,276 11
798,926 798,926 00000000000000000000fe7e140b39d445e0789be173a0057c3a6cef505bfbe3 1.69 MB 4,296 6
798,925 798,925 00000000000000000002a38e8487aab1d832c8bca112e1e7db14e06397c39f53 1.62 MB 2,823 10
798,924 798,924 0000000000000000000060d60eb2db37e7f324729099f9d5b60e3b7ec08c36ff 1.46 MB 1,738 6
798,923 798,923 00000000000000000005237a1d7d2d24703c6cab8764d2bb99c693f12b0fee3f 1.60 MB 2,242 10
798,922 798,922 00000000000000000004044288fb2ca5e969d3562e8e7ed7c87a34749e38242b 1.48 MB 3,414 22
798,921 798,921 00000000000000000004193f070681e84edec016b69566e38e864f65697537b0 1.74 MB 2,479 10
798,920 798,920 0000000000000000000446e2d98d165c157e52ef0ee4d8fa7815707b931cbdcc 1.52 MB 3,970 22
798,919 798,919 00000000000000000003a0e84b1b0746227d33e8972ea838ec0c8ee05fcdf269 1.48 MB 3,057 13
798,918 798,918 000000000000000000021d1341d95f7d202abb325ec12b79b813a7c079db2e14 1.52 MB 3,208 9
798,917 798,917 00000000000000000001b7e253fdef882938e178369364a760a8813e25e78f14 1.35 MB 1,914 9
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,613.95 GB sent, 92.54 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.