Memory Pool Memory Pool Refreshing

2,840 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,884 (726,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,764 181,764 0000000000000114baee4a0c04a65af8904b791f59d3b3a62843f14d6d7c17fb 0.16 MB 273 94
181,763 181,763 00000000000001e59f9e30ae3b36d1c8730ff96c9b0487b3ce85d98eef182dc9 0.08 MB 183 119
181,762 181,762 0000000000000256b6b74ff763ddd9a475b79f77fc3b85fa2d6acc2f5077d378 0.02 MB 46 106
181,761 181,761 00000000000006d10e5175d73efc597bc81c8180ff9da33505553a105a8db868 0.07 MB 127 228
181,760 181,760 00000000000000f07126d4f196bce9626075a2a8055da810593cc784828afb9f 0.07 MB 151 204
181,759 181,759 0000000000000177c8b479cb984f2127ae21f22ac7dae2ff1c77e048ce209a0a 0.05 MB 124 118
181,758 181,758 000000000000084aa5650ef3b710e4d755bcde282f5e435ccd11085e67573766 0.00 MB 10 800
181,757 181,757 00000000000006393115b00bea9d4c360d1ca710e04cdb79d0e00988b3ea58a5 0.00 MB 8 18
181,756 181,756 00000000000004d6f0275875feebd34095edd8bb31f8d779caf8a8fa828b3dc4 0.01 MB 26 85
181,755 181,755 0000000000000405fd0c6761d6bef3ba4e06891c89fbdb1a3012019633d33fc6 0.02 MB 45 85
181,754 181,754 000000000000026c78b04f41e3045deee6082831c449fffeaa4ef63d489ea7df 0.14 MB 345 492
181,753 181,753 00000000000006868436b7eecd33446e54e1f64dfbd4b1ce4d11dcb77a2969ed 0.00 MB 16 132
181,752 181,752 00000000000001bb029384764b0ff00f23bfd486c4d9249c55b893f0f6d6fa76 0.14 MB 346 140
181,751 181,751 00000000000003eda9f40e5488a2c1bc781bbc7170b61a4189729604c7762a10 0.03 MB 76 133
181,750 181,750 00000000000009271c9294b2bc6b25b8785a073ba3ddf75428cbd72c2115c1a7 0.03 MB 64 102
181,749 181,749 00000000000007e5acb3e8f92b291fde4d08b5856084efc64cb181f5fee0464c 0.04 MB 102 103
181,748 181,748 00000000000003e12990a38ae3b7c58b0202d4bbeae579836f97c915a65a267e 0.02 MB 42 98
181,747 181,747 000000000000002139500b6c32c9009bb9d84650217fda6f5f9b2abfd52c647b 0.08 MB 188 132
181,746 181,746 000000000000036c097801cf1d97d1ddb7f863ea8ab374c37f8425bb10212f36 0.03 MB 95 234
181,745 181,745 00000000000005238d2dc2a2f4538ac474b86220928b1da2873e985e01549298 0.01 MB 19 238
181,744 181,744 000000000000037c03b46bf087cd6a48c336ce5ddeb9a73f79f8efb5d134e683 0.02 MB 45 247
Previous 10 blocks ↓
Total Size: 769.32 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,643.14 GB sent, 94.59 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.