Memory Pool Memory Pool Refreshing

1,704 transactions
0.42 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,698 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (751,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,269 156,269 0000000000000731ebb231a69caa3b378cf9a11f2ac704ddb1a242c7fdade6d8 0.02 MB 52 209
156,268 156,268 00000000000002c4dd14095a72f0414c93b022922cb661cfdd2d60c89fa6ca92 0.02 MB 86 0
156,267 156,267 0000000000000e19f24217f76b21589bdf1c3971b692d3d16947e5aab26afccb 0.02 MB 45 298
156,266 156,266 0000000000000b27c8664a552da00f0c69e3f6ad82acf826a131afef7134bcb4 0.00 MB 6 396
156,265 156,265 00000000000003e5354353ccbd1b444e5529e6843b5b3592d3ca56cb044b94b5 0.01 MB 24 46
156,264 156,264 000000000000007302d415be780324019a66b223a5f9539f6aa705c4bd1a9b76 0.00 MB 13 67
156,263 156,263 0000000000000d2e725a58c41f7244e665754be456d3b676bc55f261158be94a 0.01 MB 12 296
156,262 156,262 00000000000009e044c56283e152412d67e77b315d39f46c0fee45c76eeaac8a 0.00 MB 11 0
156,261 156,261 000000000000034da09c1d17f8715615e52d6b1ca33798945eba9006de62215f 0.00 MB 12 38
156,260 156,260 0000000000000e49cf898ee23eb2e546c506cf68db35c883e06bd6048d780ed4 0.01 MB 7 0
156,259 156,259 0000000000000066584f4e99c4f6059bcf4859d1c1922b996053a8582d8509b4 0.03 MB 60 67
156,258 156,258 00000000000007754673980e3b5cb589464147e59d6b8e843d7a397f59909477 0.00 MB 1 0
156,257 156,257 0000000000000d2621fbec1b13c407aecdec63a62e6d44a58f1e2c6bcaed7b6c 0.04 MB 51 121
156,256 156,256 000000000000024daa58d0171b538bc77467d616c6abc3066bf52822777afa5d 0.00 MB 1 0
156,255 156,255 0000000000000e74af1bea3d56165973163b1411935b9bc743c094e9b4f58e7e 0.03 MB 58 79
156,254 156,254 00000000000000bf55623f7988524855ed72e1828ed36843717157a8570a5d83 0.00 MB 9 16
156,253 156,253 0000000000000cedf5f2408a6e75735748d769feda29d066ac63224aeb85fbd5 0.01 MB 26 46
156,252 156,252 0000000000000393891899a8684b4cba313d54e7e180a53c532fad5ea9095a88 0.00 MB 4 0
156,251 156,251 00000000000007c7a29b7a7b44a7fc1e47c32abeea8be60f0fafba997f9c501f 0.00 MB 16 43
156,250 156,250 000000000000058238cdfe1167050ce593cb3f08e7a61ae0e60df7d3caec5823 0.01 MB 12 11
156,249 156,249 00000000000009de59c85c704312d1077ba87c8e8495a25af32b38562cdaa30c 0.00 MB 6 16
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.61 GB sent, 93.63 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.