Memory Pool Memory Pool Refreshing

1,579 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,567 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (437,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
470,265 470,265 00000000000000000098ea4d87b7df0c50d721662f6231fe991a23148815e3e6 1.00 MB 2,174 345
470,264 470,264 0000000000000000015983e8cebdfc751c1db81227ae8f6d4b6f03c69401fb5a 1.00 MB 2,435 382
470,263 470,263 00000000000000000025a4fc2e056a4a454c5447483d4b3600673664f46c1064 1.00 MB 2,337 348
470,262 470,262 00000000000000000067697bfdd3ffa53b49326fd814bda68eb9ed7936f4884a 1.00 MB 2,588 446
470,261 470,261 0000000000000000006b2ec1a2f01ce7bc80289f9bafd7faccce06a67c08ed4f 1.00 MB 2,059 369
470,260 470,260 0000000000000000014f3fe2f62a07de561b4a79f68b46086426d8bec5d3f381 1.00 MB 1,860 451
470,259 470,259 00000000000000000051cb5afd1d2b8c83c57b0949c7464e1c08ebdfe59db497 1.00 MB 1,919 492
470,258 470,258 000000000000000000f26c23fd8f2c4eef88b26185c6350c30c5bc029312f3a1 1.00 MB 1,865 397
470,257 470,257 000000000000000000e026f6fb310d162f447745f9e579333213fe74fab9646c 1.00 MB 1,555 449
470,256 470,256 0000000000000000006435331a1e5f06cc1f0f4ebbd547ec0fa4837099fa0522 1.00 MB 1,602 528
470,255 470,255 00000000000000000014ed6124fade3d88682ba84ae23e628891577e9c0ce0f5 1.00 MB 2,542 487
470,254 470,254 0000000000000000002b098e80adb91b3fb3eab49ba76e4c6dbebcff3b49d89a 1.00 MB 1,838 454
470,253 470,253 000000000000000000a38053fe86c27a0f4a98332118a65b45b0622cfe5afb60 1.00 MB 1,192 229
470,252 470,252 000000000000000000fd6b235792ae5ff0cf45994919c0bc5074ffe443e2518c 1.00 MB 2,318 469
470,251 470,251 00000000000000000129a161fce73764a91067170559121f854377f7bfd021ad 1.00 MB 1,387 354
470,250 470,250 00000000000000000063ac81c20861362c916916237364f84093f41b65eed890 1.00 MB 698 362
470,249 470,249 0000000000000000010b77b1a4eec2db0d2becb3a498b52e2a39e865776d72ef 1.00 MB 1,747 412
470,248 470,248 00000000000000000105d61de2aa0f9a30a03fa76a209956fcdfd9192c6e4bf9 1.00 MB 2,777 494
470,247 470,247 000000000000000000741c60a2b331c2bc2580ca51c5ac1aa2ae5bf56ad29505 0.99 MB 2,612 593
470,246 470,246 0000000000000000008a7699524180795184e046d1edf710153f6a13e60c730c 1.00 MB 1,885 393
470,245 470,245 0000000000000000017b90a246f13d36eec808efac02061b109059731240f799 1.00 MB 2,224 469
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.31 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.