Memory Pool Memory Pool Refreshing

4,148 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (194,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
713,458 713,458 0000000000000000000172f4fe4268f8a6d1ced40a74cb78054bfaa2f8b6ba77 0.21 MB 334 9
713,457 713,457 00000000000000000007e2062d05abdfda6e045844e19b39b4763531d5e0a909 0.01 MB 20 20
713,456 713,456 00000000000000000006c2f379fe369a0d2a4219c92321c46f8033b4f093ce49 1.19 MB 2,052 9
713,455 713,455 000000000000000000028fbd896df1502f766880ed7150199805e5fcf5bc9460 0.22 MB 529 10
713,454 713,454 00000000000000000006510bae2c5ddf4ee25d5d0fbe77d719ab3e0772525b60 0.51 MB 542 1
713,453 713,453 000000000000000000063d9f056cf5ca738c2351ca48feb997b13f6323987ba7 1.47 MB 2,286 6
713,452 713,452 000000000000000000094827dc041e3ffea1a756220f66a0fa953be6f7e68c99 1.42 MB 2,211 10
713,451 713,451 00000000000000000005ee46a27601388ae2fdd5f45c1650bb224bedafd5ba1e 1.51 MB 2,908 9
713,450 713,450 00000000000000000007e9fbf9c258e3bddcd5dc378aaa4b824898dd0917dc71 1.46 MB 3,193 10
713,449 713,449 00000000000000000001a89284a7269501b0c2d97f68171281ee8d88e03076b8 1.43 MB 3,151 14
713,448 713,448 000000000000000000032bab76532eaf915617add10917d3f8b6e13591e32ec5 0.04 MB 99 9
713,447 713,447 0000000000000000000968f53d7ddbbe385c3465e11cce6c28b5e75109fef761 0.22 MB 562 10
713,446 713,446 00000000000000000008464c58c12a03e54c187697ca3440c03e41852857bbc7 0.37 MB 644 4
713,445 713,445 000000000000000000083d510267ed526f51f894f9f55ff3550a3ebc766fd262 1.46 MB 3,152 10
713,444 713,444 0000000000000000000850b30b8ffa2791c9f2b966cc5787c5350c3a4338b010 1.08 MB 1,884 9
713,443 713,443 00000000000000000001f207f7df1238632cb965c4731d3e2ce3d3b215b8c79f 0.07 MB 219 15
713,442 713,442 000000000000000000055ab8a2cf5e899adb4feafea818ae29e3cdf6f3797a5e 1.04 MB 1,479 7
713,441 713,441 00000000000000000005b8edd83aa14c1152a8575db798044dab5b6d936ef84a 1.20 MB 2,093 10
713,440 713,440 0000000000000000000c99461989756282d8df9c686fd301b6d911200af3a72a 0.24 MB 526 8
713,439 713,439 00000000000000000002b395fe319b8eca7c80c68371332d96c19b3c22325353 1.51 MB 1,773 3
713,438 713,438 0000000000000000000519d0f08362f154c4706553736b633147ad14865cc924 1.58 MB 3,427 4
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.