Memory Pool Memory Pool Refreshing

1,832 transactions
18.96 vMB
Show Random Selection Loading Transactions
Max Size: 77/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,622 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (897,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,343 10,343 000000009590d7404a9099127cdbaaa0255b5142ea12b808fe5fe15dee4f7e10 0.00 MB 1 0
10,342 10,342 00000000c5fef55bc9cc3d4bd26d4f5495af1dba2c4e284a3e9915f7c4a77980 0.00 MB 1 0
10,341 10,341 00000000a93707e85ee41b181de82e0ef1d57bf662bec505fa4af11da2477fae 0.00 MB 1 0
10,340 10,340 000000004a18468d768c8f3502738b7740ac530263da5770ffce30979bbfe85b 0.00 MB 1 0
10,339 10,339 000000009d9c2369e07d6ab4c46e09d4054983b9d826eea43a1bff85a67ad176 0.00 MB 1 0
10,338 10,338 0000000057963e26862169ecd75e21780a98dbde9826a3926ea1e28c7edea1b4 0.00 MB 1 0
10,337 10,337 0000000038addac0dd7c8940a10872798ef1b5e9e1d43c3f8b5ab76aff397233 0.00 MB 1 0
10,336 10,336 000000006464ffee523d8b4081c99eda3d2442ee70d1416e73d85a40b4092dfc 0.00 MB 1 0
10,335 10,335 00000000c0214d922336d37b32264e6df13a57734a29d8a079f5a499b24600d6 0.00 MB 1 0
10,334 10,334 00000000148317aa39f75530d0db89b3ac95516c04e14e7709f7f0a77301c785 0.00 MB 1 0
10,333 10,333 00000000a33fb5bb25fb54fb0ae4487c432dc3330a93547a4c966aa7441fe1a0 0.00 MB 1 0
10,332 10,332 00000000f5c2adedf107cf8281c84e59ed327cf6de242c1084499bd94812f015 0.00 MB 1 0
10,331 10,331 000000007a0557ec77491724709cf74554b91d51431535a27e82f55ec0a42344 0.00 MB 1 0
10,330 10,330 0000000067c05a6518f92da123ac92840cb9bac22bc279b824002fad61bd25ab 0.00 MB 1 0
10,329 10,329 00000000f9626aa3887117d9f0ae77b72ab1813c9d7bd01a16b11df470d9ac52 0.00 MB 1 0
10,328 10,328 0000000006252ef64b1a9d3dda00d6435a236c3c2ffbdbfc14c0328322ca8cd9 0.00 MB 1 0
10,327 10,327 0000000091a6968c6636f0387d87bfec0990941843fd39707b1be75c8b974fcf 0.00 MB 1 0
10,326 10,326 00000000ef7070b4f097389f51ff08356df8fad0c139ed86624fc95e84581817 0.00 MB 1 0
10,325 10,325 0000000058137880dc0beac719ebe60a861f1f1a03fdd9ff50bca4918e7fbca7 0.00 MB 1 0
10,324 10,324 000000008f66c5c0554944dd9386e63e884f95686598a2e31079183384018109 0.00 MB 1 0
10,323 10,323 000000007a90e095528b5ae6c7bf6ffb19e5dd4e5572f632e59309dc21fa81fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.