Memory Pool Memory Pool Refreshing

4,371 transactions
14.97 vMB
Show Random Selection Loading Transactions
Max Size: 62/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (897,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,844 10,844 000000001d467b24b3136533e768498f7e24f09995bf0c726c66f735e41c1fbc 0.00 MB 1 0
10,843 10,843 0000000075f44baa264d4204422d8cce07b1f3ab3800b8e70b2bfe72a8b05ea9 0.00 MB 1 0
10,842 10,842 000000004dad7499f2c6938ebee14b7d2bfcfcb5eb97ab695822c50e5aa320b6 0.00 MB 1 0
10,841 10,841 00000000ce55eec69d8d60998d3b064f66c5b3339ab9278fd326148758f709df 0.00 MB 1 0
10,840 10,840 00000000eb7d05160e87529d26baa2ca232cfc2fa65b7d5b701234b1f7b4253c 0.00 MB 1 0
10,839 10,839 000000002dc4f4fa049a31b4ac4efb79c6aefe0d426ac3d89fa5342dfdb61fbf 0.00 MB 1 0
10,838 10,838 00000000390f02ac74a0b60fc01bf33a2c6d5d7f9dc988d6b2342a358b211280 0.00 MB 1 0
10,837 10,837 000000008bb0c29d3aa1c5ad0873e35b48149ecb6ac6173bb5c7b7c2ef3a1a46 0.00 MB 1 0
10,836 10,836 00000000473daa82839c4c5a383b7eeb35d4e0117d1e68480b803a21f303a527 0.00 MB 1 0
10,835 10,835 0000000001e86001a35640d092307c5e5b8134994025bc787b9dc21ef84cb88f 0.00 MB 1 0
10,834 10,834 0000000067c2dc70ee64eed758ff9604761fb782fd6ae12b878787af93bf2cc2 0.00 MB 1 0
10,833 10,833 00000000e013da992fba5d681d034329782a113dceadf23e78cecae328aea47c 0.00 MB 1 0
10,832 10,832 00000000c990d8ead1e65a6db2b2478b8fe099e27c14ef9da9c2db6368613fc4 0.00 MB 1 0
10,831 10,831 00000000260c386c5d6c5dac7db8ae870b0fdf5b8665976780dd3ad1f359592b 0.00 MB 1 0
10,830 10,830 00000000d26a29c7aa08f6b3a617232708478b1776b8a89c520063ccf6b9e742 0.00 MB 1 0
10,829 10,829 00000000c45c22e7309f6aea2459f5d4cb498c1a20ef7cf3fe52eb7cfb9aefdc 0.00 MB 1 0
10,828 10,828 000000008df50d2ac8f469ddb93bf916290311c6aa3c0d54871debcba2fe93bd 0.00 MB 1 0
10,827 10,827 00000000f50d151da953c6f6166f85616628737520349208359f66723986f256 0.00 MB 1 0
10,826 10,826 0000000067b8a7ced8793121d7565a10b3d525c17513b7a186245331fb4f5e2c 0.00 MB 1 0
10,825 10,825 000000000c86b9002dffd9e7e522aa24f59de638ed0c8943ae4002516ac3cc23 0.00 MB 1 0
10,824 10,824 00000000d8be20ebb643d1b60a373fc6d444b60013e978536d55af94e28823ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.