Memory Pool Memory Pool Refreshing

17,611 transactions
5.67 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (268,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
639,662 639,662 0000000000000000000fe77511321a37df9de842b5b7285201c374339b722a3c 1.24 MB 3,235 91
639,661 639,661 00000000000000000007dd231bd378c7439dcabaee4de8e06a82ec9dc09eb28f 1.26 MB 1,833 69
639,660 639,660 0000000000000000000179ce5fda0a93a7c020f75ca75a6ca0de9fd991420655 1.24 MB 3,142 74
639,659 639,659 00000000000000000007ebf5f39cea6fbd24a4a83a2a1c034e516277cc834799 1.31 MB 3,226 70
639,658 639,658 00000000000000000007deeb37317990bc298bc807c69eb9c9d51f847ff7da3b 1.33 MB 2,810 80
639,657 639,657 0000000000000000000805a304f333475a1640d8a31c6263c4ffb3e11f395e99 1.22 MB 3,403 93
639,656 639,656 000000000000000000062aafe52f6fa349deb50affdbac921b2d87e69731bf82 1.15 MB 2,289 67
639,655 639,655 0000000000000000000728d089e39378d25fbad7bad5b538975f3197e550f028 1.26 MB 2,400 76
639,654 639,654 0000000000000000000ddfcfe3d8cd445f934de506109ea265713681455c15a4 1.09 MB 1,114 64
639,653 639,653 0000000000000000000411232648b73fc34442ef0605075aab92039a1d6b4d88 1.05 MB 556 59
639,652 639,652 00000000000000000003bb936b45fc6a23ff820197b2c1438579afe0b49c1392 1.03 MB 406 57
639,651 639,651 00000000000000000009da6937c7d81d83a1aadaadd2e2d53d428becd7265935 1.17 MB 1,215 60
639,650 639,650 00000000000000000006c3b2eaa02255e65546ad6c27d87664508ff8d55c72de 1.22 MB 2,918 62
639,649 639,649 0000000000000000000e8e0b728dc18183255039553097bf4574ac2dc305531a 1.29 MB 3,023 73
639,648 639,648 00000000000000000008c642e183d438ddc3c25b623b3f4431344f2925076a63 1.28 MB 2,431 67
639,647 639,647 000000000000000000096ac95e4082c413c5347f7c85f73b10d688125539ac1a 1.26 MB 2,389 67
639,646 639,646 0000000000000000000e4b8e5af2ea291e4f7607356027f180e62c96e407747c 1.18 MB 2,768 64
639,645 639,645 0000000000000000000da4b5a5fd3b465145ed197d35590b703adaa63b79decb 1.14 MB 2,150 62
639,644 639,644 000000000000000000095093ee7333f2df82a78f100cfd21c29c06f1345b5b4e 1.17 MB 2,045 67
639,643 639,643 00000000000000000008b54c737bf967f91f66072bd60eb13066aaefe81821ec 1.22 MB 2,775 69
639,642 639,642 00000000000000000008a8123b0ee4a12ad6eba1bfa5d9052b8c40b24b635361 1.36 MB 2,933 83
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.22 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.