Memory Pool Memory Pool Refreshing

356 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (171,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,586 736,586 000000000000000000029922f580fff183d153f4daac9349322146d7d201fdde 1.38 MB 2,373 19
736,585 736,585 000000000000000000047453805dff15189b57656fe1ada8de603a91e75c4ec6 1.26 MB 1,544 18
736,584 736,584 000000000000000000073bdb952221c3f22b621cb58c37d0f90f7c51d7c31276 1.30 MB 1,351 9
736,583 736,583 000000000000000000029413ef5dbcd7daaf94e3b61268d1d31b43cdd2bd9ebf 1.18 MB 703 4
736,582 736,582 00000000000000000002dce21385f570f03d9eafddf0e2be2562d41bdabc7597 1.04 MB 120 1
736,581 736,581 0000000000000000000675df60efe00a166742b4c56f25f136baa9a9e7a16196 1.13 MB 676 3
736,580 736,580 0000000000000000000650005478c2e2219b8e6a2f35919fb263c0cb3d65aa38 1.24 MB 1,213 6
736,579 736,579 00000000000000000005a8f98f53069529b79a5d791766061aba6c63df11b658 1.12 MB 179 1
736,578 736,578 00000000000000000001d9ecd775c6236be39ceca72c59fb7aa3a0b3b8a71cf1 1.11 MB 174 1
736,577 736,577 000000000000000000077ca17bbf1edca74308e3f157da4ae5ab767ba183e83f 1.11 MB 352 2
736,576 736,576 00000000000000000000483c1142baec24af5fe9d4ec37d04f52e9074e6764c7 1.17 MB 651 3
736,575 736,575 00000000000000000002bfe88d16e59abb23d79c07dc4da620449cf961f85c91 1.21 MB 894 5
736,574 736,574 00000000000000000003d5c68db82d9928bada30d957a55c464f6d2e5b6360e4 1.16 MB 696 3
736,573 736,573 00000000000000000002211aeeef54b4dc1052a6716075ad701358e1e5ad2651 1.37 MB 1,711 10
736,572 736,572 000000000000000000044250fdf03f528bd32121aaa3e598d28ae777b6757031 1.43 MB 2,654 20
736,571 736,571 00000000000000000001e039a614524aa99c14c472d9e8d11d158fabac5774a8 1.23 MB 1,283 11
736,570 736,570 0000000000000000000187bd64e417987b455e4827635a0e1d9e0eaafacde79c 1.10 MB 325 3
736,569 736,569 000000000000000000017aa0d8502678d9a44cbdfb035828ec8984559ce68b92 1.06 MB 128 2
736,568 736,568 000000000000000000063f42d93498943e8b0dbba860f111369655b9a0ec2d72 1.13 MB 506 6
736,567 736,567 00000000000000000004b1978998db3ef24dd0aa30bda7401be13692a376e8f8 1.07 MB 348 8
736,566 736,566 00000000000000000001b38d72491fd11bd2d52a8a13865836d9bccdb0e9010f 1.16 MB 583 11
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.64 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.