Memory Pool Memory Pool Refreshing

8,884 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,585 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (651,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,702 256,702 000000000000001d30656a9ca1fecd92d3004d6df52e6d5ec995359a873834a5 0.01 MB 15 53
256,701 256,701 00000000000000287f723d6add20753a007c10440bb4323159f34961da0f7c40 0.05 MB 141 117
256,700 256,700 000000000000001191ac5247f603da619a2dd8302d59c91c5a4ceb3d30b6843c 0.08 MB 145 78
256,699 256,699 0000000000000007dd6ee1d4dd37b0383d6e48334cb182cd4aa313c3fe221d99 0.25 MB 570 116
256,698 256,698 00000000000000244bcc4903efd9d4a438fc6b3ef16bbd3d7ff6f1692884f215 0.07 MB 150 140
256,697 256,697 000000000000002361effbb9c285dcc7c7208b9762db0983eaeb7dc03e352f09 0.05 MB 70 24
256,696 256,696 000000000000000d4018f842ddee0eeee757b13354682ccc29704838d7a952a5 0.08 MB 177 111
256,695 256,695 000000000000002a8269e681a7f1d703e317c6b693b912233be4c3aef83e67be 0.14 MB 286 104
256,694 256,694 0000000000000022e987fd1ca072e9733560efa417ae9638cfb7a598ad2748a2 0.05 MB 99 105
256,693 256,693 000000000000000044d18f14cc5e06357ff1aeeddd5270c2cbcfb8bd0d5e0e30 0.02 MB 51 123
256,692 256,692 000000000000000d3b9f6097b8c390e1be4ebda608e86eb0bb88c58ad6294821 0.06 MB 82 81
256,691 256,691 00000000000000267e160e95122ae3a95e2218238e8b8fd21777196c4ea6b389 0.12 MB 287 124
256,690 256,690 0000000000000013387dc3a14fa38c4114a44d11b8faaa82c88919ed46f6f413 0.21 MB 544 138
256,689 256,689 000000000000002e04fd6f7992c531492e4f4f64c1bf3e7ff365518182fcd9a4 0.16 MB 293 79
256,688 256,688 0000000000000014c4dea3d8e4b5bfb874d9f92064e74bf4ec1d7923cdede107 0.25 MB 657 137
256,687 256,687 0000000000000023ba7a28ff07584c78348e6f5da8dab10f41e40e1ed19fe4c8 0.17 MB 455 141
256,686 256,686 0000000000000026cd3e02aa4f0290ed69e40b236d66f8daafcce90389d1c9a2 0.15 MB 297 75
256,685 256,685 000000000000002dfef0b75738d5ffab36c26a4d48c38b9e0190d135447b7498 0.09 MB 256 158
256,684 256,684 000000000000002ef744bbd2b105a34220503c5f054d2f12f7c1a3d74cf637b4 0.09 MB 225 124
256,683 256,683 00000000000000086e9a3943a7463dcd9f0ec51bef7958f8ce8ec74271034440 0.11 MB 244 83
256,682 256,682 00000000000000208337833c6607d0092d1c1ee08eb2690c326e38626dd8c7cf 0.18 MB 224 56
Previous 10 blocks ↓
Total Size: 769.04 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,626.90 GB sent, 93.09 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.