Memory Pool Memory Pool Refreshing

17,335 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (605,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,967 301,967 00000000000000001f8943a4f316b32517356ae3ea425beeab91c838e7bb6a02 0.07 MB 149 30
301,966 301,966 0000000000000000343596782ab0b824b23d1fb6a69828ebb4e8c3a76720a98f 0.21 MB 385 31
301,965 301,965 000000000000000075149cb02b3b87112a6585b633f068f211afa9cbd54b6d87 0.27 MB 586 33
301,964 301,964 00000000000000006820a49e68d4052ac447d31ff31b5bbceecdf17cdd6c2c15 0.04 MB 68 19
301,963 301,963 00000000000000001d79ce801f7a68c5237b4cc426b125ecf947d8ed3515e2c5 0.35 MB 626 29
301,962 301,962 00000000000000004f6cb97590aaca392485b95c760fe604728ed7c4c422c7a2 0.61 MB 793 23
301,961 301,961 0000000000000000477d8b284153c1b6368c2e3270b7ba5d421720b4012e6d67 0.35 MB 829 63
301,960 301,960 00000000000000001b8a62b6be6f83cfcbf8a9c0aec576e4e8f03ac0c0464283 0.10 MB 183 29
301,959 301,959 000000000000000018f02eac8917f7248cb4616a4e855daa6e97ad0abb5a5519 0.30 MB 565 30
301,958 301,958 0000000000000000644db1ee6829d57bce3ac0f348bb6bf3eb437bc4f2e82037 0.28 MB 354 88
301,957 301,957 0000000000000000599c78f1555febfe7d194413471930905005c02b8b1126ea 0.33 MB 658 65
301,956 301,956 00000000000000000acf1be3636034df1fc93017127b2a061a4f6651a45daddf 0.14 MB 255 32
301,955 301,955 000000000000000048f5eb7619324eb18bc7e0543c4e4a2fdae414a047df147c 0.10 MB 194 29
301,954 301,954 0000000000000000406539d26816bc5a0346c6ecd5b0032406bac3d57c57ac68 0.49 MB 538 17
301,953 301,953 00000000000000003e81482527a01283b3e51ea55eb70c715aee0f3a84280024 0.35 MB 1,125 50
301,952 301,952 00000000000000006c91b408961c873f4ba1eac47fd8376a192acb2e134a100c 0.04 MB 86 23
301,951 301,951 00000000000000000bf83f63b0a949c31641dfa5bbf39d28dda03a94f5cef24c 0.43 MB 736 28
301,950 301,950 00000000000000000f1c372cdf6a514dd3e306d71162ecaa07d0b0d9439aa252 0.19 MB 372 29
301,949 301,949 0000000000000000718203caaa4f0eaa543cc688a82fceacb0f986a3eba69330 0.45 MB 455 22
301,948 301,948 000000000000000064561828ea4bab7eba79870ac43e4ed6d1840375b76b44d7 0.35 MB 790 41
301,947 301,947 000000000000000016a36cda2451598517001d7c41166cc73f3c6dfb3ad40967 0.02 MB 49 49
Previous 10 blocks ↓
Total Size: 769.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,624.18 GB sent, 92.99 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.