Memory Pool Memory Pool Refreshing

3,562 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (644,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,933 262,933 0000000000000008cad210c5fe3203d724e2d39bbba0ee0f6034729a5ccfa8fe 0.07 MB 229 46
262,932 262,932 000000000000001611a9bc0db9a05af0df7a52a54b178f053444718a34c7ee9c 0.15 MB 360 112
262,931 262,931 0000000000000003da1e20dc9c8dae22bf1d412021d80ef6c489e00267e251d2 0.02 MB 70 29
262,930 262,930 00000000000000121a016992964fb085ae5423c211ff8f3cf7ba277d75177e67 0.12 MB 308 137
262,929 262,929 000000000000000adbc12cefa215ed5d226a981910b03b8b57e2dacfb9b0b95a 0.12 MB 304 94
262,928 262,928 000000000000000f0e9cb6d3f0f15d3111ee1e28f6dc9ff4c1d8b6a253090a55 0.18 MB 441 122
262,927 262,927 00000000000000168f855e814c41f97d90d3a8c42d4b1e88d54920f7cae8cca4 0.27 MB 700 90
262,926 262,926 000000000000000734c29e16adfaa0e8269f3d3508b6036ba6f5980bd12de31b 0.15 MB 356 88
262,925 262,925 0000000000000011a793a7d654b212ec67ef89a90fdc59c2b501949bc0128f4d 0.15 MB 360 116
262,924 262,924 0000000000000004d34062416b3e78075746107bebade3f540925f805328f792 0.04 MB 111 87
262,923 262,923 00000000000000067cb6eb146c5989438aea6e881920dfd7ccd970e8318fd772 0.15 MB 250 56
262,922 262,922 000000000000000c724b9389cdb82c69e54f09d3d1de9c35be91da2fa330ce85 0.16 MB 408 98
262,921 262,921 0000000000000004ea37b5e730dc11db59f7a4b01fee6100202485a9608b7316 0.27 MB 471 91
262,920 262,920 000000000000000440d5defba05d668a2e9023e7b9fb8400dd1b381548eded85 0.04 MB 106 78
262,919 262,919 00000000000000114f2f5d37eee138a1dcb8b06ba732d18e8313aa2cb6ba7c0d 0.15 MB 356 103
262,918 262,918 0000000000000000627ae105ae960ff4216c1005e4865005db91657e65f9a553 0.05 MB 140 85
262,917 262,917 000000000000000fcb7b617d0888e65bf66533afc09a3d67ee377c3e0507037b 0.07 MB 173 86
262,916 262,916 000000000000000a0c818dc0c2953f970df90529153e74bf0d1ea53cf131aa63 0.39 MB 390 72
262,915 262,915 000000000000000f67f87287a61ee1489822fa763ecd9b6b01f72b6f6b4084ee 0.01 MB 38 35
262,914 262,914 0000000000000015cbcb17abd687189daaea5a326f0100bff3ab54446cc8fd31 0.25 MB 490 94
262,913 262,913 000000000000000a17d4003c27d46a6b06c092cfecdc7bccdf7f9ccba0d34c18 0.05 MB 138 68
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.