Memory Pool Memory Pool Refreshing

9,580 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,709 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (325,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
582,695 582,695 0000000000000000001657f11eb9c460988c205ef178b4107e320a619db2c12d 1.12 MB 2,659 122
582,694 582,694 00000000000000000004d85d5a6521568567a0cc3577abdfada7942564460c32 1.12 MB 2,970 115
582,693 582,693 000000000000000000132c9e73b0794133001e1a3edd44ad93892ceeae27a78b 1.13 MB 2,254 113
582,692 582,692 000000000000000000089ab98d8eb32d5a664e568c4f2d30c6e5bea079a8fd8c 1.14 MB 2,369 113
582,691 582,691 0000000000000000001d4cd10dcda97af03dd8878bc5056fbb0b2c78b3b96ba1 1.18 MB 2,557 142
582,690 582,690 00000000000000000006032252a062a7b0721b9de7f0e3b4edb4174973a2dae4 1.29 MB 2,567 128
582,689 582,689 000000000000000000168dab4ab9022ca6c3369b914d1aa516af9edd314b706f 1.28 MB 2,490 137
582,688 582,688 0000000000000000001037de46cda3bf8bc4729eb0bb4658d6cecc298e0d37f9 1.22 MB 2,167 127
582,687 582,687 00000000000000000007ac2cfc58eea15dcdb4efbfc9579db60ca3477d66e48f 1.21 MB 2,347 158
582,686 582,686 000000000000000000181da428863f42fd1880f758efc0e8809227074ed37c7e 1.27 MB 2,624 187
582,685 582,685 00000000000000000021da58038ef0981c653e58e2b0549107275ab1b05f0d40 1.29 MB 2,387 180
582,684 582,684 00000000000000000009a91a27aff7590d96d57dbde821ac05a6677387d35ebe 1.14 MB 2,684 156
582,683 582,683 0000000000000000000f0d6d2db1d5b2f8a401ed2b738923d6adffdcab1348d1 1.14 MB 2,093 184
582,682 582,682 0000000000000000000ddd96bc778227f4949f1ca8ee889d6b3162cb34f786fd 1.16 MB 2,397 188
582,681 582,681 0000000000000000000a49691a32615cd83686dc4078f5de9becd91130b3f9fb 1.13 MB 2,268 212
582,680 582,680 0000000000000000001d51eb413d7072886502232c7aa74d4babff91b1ca7eca 1.11 MB 2,210 253
582,679 582,679 0000000000000000000305505f8e1a37cc7d70f8d87629088a1ef52d62bb4857 1.29 MB 2,997 151
582,678 582,678 00000000000000000005bcf4bcfe3a699dd7833839e593127885e2b1e80ceb10 1.30 MB 2,920 147
582,677 582,677 000000000000000000045e2d59836c9fe7a6eee9502c7f23eb02becde9e8e409 1.23 MB 2,770 195
582,676 582,676 000000000000000000037fac44b91fbbe59085b52f4fe32258875972ee2e3a95 1.17 MB 1,609 132
582,675 582,675 0000000000000000000c06126d1c09f3666909cf0b3ccc84a7c702d1787347bb 1.24 MB 2,681 148
Previous 10 blocks ↓
Total Size: 769.03 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.99 GB sent, 93.01 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.