Memory Pool Memory Pool Refreshing

3,608 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,598 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (682,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,716 225,716 0000000000000356f53398e3a9e9b19ebee3088b5e114e96481e12f1dee8efbd 0.25 MB 644 244
225,715 225,715 00000000000001e20f6e27e3aa77378f54e3df44e2d4ac8c9a4acbe4a2fb9d02 0.15 MB 401 263
225,714 225,714 0000000000000043311aa32dc6c1f6cfb46f199c806db45baceb66846c8daf18 0.25 MB 629 372
225,713 225,713 0000000000000351d98ded1e01c92f6781a47639d342268016458edff081b92c 0.25 MB 456 160
225,712 225,712 0000000000000368089050d8f8d0e3416d734db3e3e5d160c703927802138fb5 0.25 MB 634 357
225,711 225,711 00000000000002023b3e2f99f76eda383bf2dfc274ce3733fce4d3b46f8d7813 0.25 MB 603 198
225,710 225,710 0000000000000028a0ccf41c15ff06cc90dc4f46ad7c1aa659bbd926e9466a5c 0.25 MB 774 400
225,709 225,709 00000000000000f48045140b4307d86715ce4a8abaad5fb4242e17f712adc619 0.05 MB 78 67
225,708 225,708 00000000000000a9bbec194d43150c9dbce32c7d2eb399315e08ea1677e3e63e 0.25 MB 694 314
225,707 225,707 00000000000003c594add2ca8bd29572a344e5a5ce27d3edebb76a806f17dd13 0.00 MB 1 0
225,706 225,706 0000000000000056738562b630c70d5948d918e8448fb06baa5c3e6dedce1456 0.15 MB 128 40
225,705 225,705 0000000000000087e03e2db340525d55ef889e8d3342a014a5962439a4cff323 0.13 MB 263 198
225,704 225,704 00000000000003ce0de45986cb1e5fbd948357a03162026e91585563cdc425f0 0.16 MB 196 124
225,703 225,703 00000000000003c6a793287f89a60d72aaa3779c3386e4232565ed1452b7b33c 0.25 MB 412 162
225,702 225,702 000000000000006eb26013a7accf9782671c1e9337fd1f87ab8d02b002b8934f 0.25 MB 596 191
225,701 225,701 0000000000000395ed941e0ddea6ac1ec40e49211d1bc75fa24a9b148cc2bb2e 0.05 MB 142 374
225,700 225,700 000000000000021e9e7083d944aa802ae35e9fbb0fa083a93094d1feeeed6cb2 0.25 MB 412 130
225,699 225,699 00000000000000b6a364ca97842cfad10376b42d739b522e34fd46464d599d8b 0.00 MB 10 0
225,698 225,698 000000000000009a2bbea8602a92cd796bc205a47b2057e1c686d9fc0d6254b5 0.25 MB 546 273
225,697 225,697 00000000000001a9beada124ac51aec6185f95c707e54cb3e59a9393c26318ac 0.25 MB 747 357
225,696 225,696 00000000000001269d97210c1ca907f1c8884194815a622ccfd5b7affb3d9ca0 0.08 MB 224 324
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.