Memory Pool Memory Pool Refreshing

8,991 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,714 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (58,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,554 849,554 0000000000000000000152b1f5b64fe8f9ef7f6c9404e7583acd3c8e28b6534a 1.60 MB 7,069 8
849,553 849,553 0000000000000000000093a04880ebbbdc1ae13c9d5265190238fc9a778551bd 1.62 MB 5,200 11
849,552 849,552 00000000000000000000fe875f33cbc2d77d97127f22e824c111e4f1f08786e0 1.54 MB 5,137 9
849,551 849,551 00000000000000000001c465b19ee8024b43b77f79ca54ce2896e80f2dc0c235 1.53 MB 4,994 10
849,550 849,550 000000000000000000022278ff608166e74f952f76d99cfe39890a97d3cde214 1.66 MB 5,629 10
849,549 849,549 00000000000000000000907a56c5748d3da03449277fc9616ce2d7b5567ca704 1.61 MB 5,679 10
849,548 849,548 00000000000000000000e75735b96f526ed5935d75da477c41c45699faefed97 1.61 MB 6,376 9
849,547 849,547 0000000000000000000266c3820d2d4bd1941db37168dd0b8b4696b3514284e7 1.82 MB 3,811 9
849,546 849,546 000000000000000000027df2a76fc152382511f865ea53d337bf4b89a5344f0f 1.60 MB 6,511 9
849,545 849,545 00000000000000000001bdad306512e5a018ad46011c705eb438e45bb799953f 2.13 MB 1,891 12
849,544 849,544 00000000000000000001c667a6212b8d3e5dd19cb9f98e41fc3e41f4c7ff9d76 1.63 MB 4,870 12
849,543 849,543 00000000000000000002dacd055feef13d3f5d55885c5ba39f14dd955bb740d0 1.59 MB 3,756 15
849,542 849,542 000000000000000000006ea998904228fa1091ef36e932d1bced301d58b9ffc9 1.59 MB 3,750 13
849,541 849,541 00000000000000000002ad42b507369c242f39da375f2897127cfc6cb39b8735 1.59 MB 3,244 18
849,540 849,540 000000000000000000002c7088f26873ef51726ff1317dbfea1250fe331fee97 1.60 MB 5,027 10
849,539 849,539 000000000000000000018be501aa7afeca37d4c564a8032754641aea36beaaf0 1.42 MB 2,490 15
849,538 849,538 00000000000000000000fed904cc0fbd3152ecfd223199575a891fb29d5f8935 1.53 MB 6,916 9
849,537 849,537 00000000000000000002d2fa4a69a6228778d4dd1af58ceab1283d54a9b4e935 1.61 MB 7,456 8
849,536 849,536 000000000000000000025e3e3ec7a3a311323f668edcaf746ce7329a79e8d70a 1.58 MB 7,627 7
849,535 849,535 00000000000000000001e9c8d3a6ee5669d4b2bd4028c04520f4147f83841efe 1.69 MB 5,060 10
849,534 849,534 0000000000000000000255e520e3f94754bdaca5492d31e5d518a80cb3567887 1.65 MB 5,005 13
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.