Memory Pool Memory Pool Refreshing

12,551 transactions
16.96 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
893,979 0000000000000000000248b60000000000000000000000000000000000000000 1.00 vMB 2,257 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 893,978 (213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,765 893,765 000000000000000000008a331c0af4019e1cb01cdd9118a65cf9215e17bc6746 1.66 MB 3,297 17
893,764 893,764 00000000000000000000e5fc15f0e5c9e8fda1cf9372622d37c775368fee595c 1.87 MB 2,312 2
893,763 893,763 000000000000000000000d29bc798cf3fc99cf31882b2bf5041a3d382984526a 1.75 MB 3,671 3
893,762 893,762 0000000000000000000118c5b1e3dacbc52cc5d4a2be4cec0903959bb0d80c57 1.67 MB 3,407 6
893,761 893,761 000000000000000000001259d95b54f4113106cba08cc9ebec13e6a59c390a02 1.52 MB 2,676 5
893,760 893,760 00000000000000000002267524b80a2ad91fd6a01d080b1da01a6fef0dcc15e9 1.67 MB 3,551 8
893,759 893,759 000000000000000000005f9ebb5e9697184cdcf196d7a089d2d2f821a25f1fc1 1.67 MB 3,283 6
893,758 893,758 0000000000000000000009ac01c49c25e8acb37ca1be5603486ca927036b3786 1.59 MB 3,947 12
893,757 893,757 000000000000000000005fb89cc510a207742ec3aecc7ab5d9df8c2e84a15695 1.66 MB 4,154 15
893,756 893,756 000000000000000000019f4629b64d6440c77a43652a388a5b79b8074ea9ff71 1.61 MB 3,806 14
893,755 893,755 000000000000000000023700cacb850df1e5b6df880703c317ca966296e60bb1 1.72 MB 2,840 9
893,754 893,754 00000000000000000001e5a4c4997a6c664b7f2899a7af30364bcc4ca9412e58 1.86 MB 4,120 3
893,753 893,753 00000000000000000000c923abb1c82c17efecfaf27be85802cca3e539b24537 1.79 MB 4,262 3
893,752 893,752 00000000000000000000eca4fa0c9654434d44a50f41db98dfc315a6bc19f534 1.68 MB 4,184 5
893,751 893,751 000000000000000000002d942c0081036010874ffdacf2233208229716988da2 1.71 MB 3,213 5
893,750 893,750 000000000000000000018ec7d544bc59e11ef81eb04986e88e81c1234cbc4fb9 1.63 MB 4,042 17
893,749 893,749 000000000000000000014f31eb0f8658001576d28481e4d794f2abb7bb3f5f4c 1.66 MB 3,479 7
893,748 893,748 000000000000000000021926f9c84bf902bb1570f99ce2e43e66ac98036bc117 1.53 MB 2,883 6
893,747 893,747 00000000000000000000930569ae2fc1ae2c52a98a094dcb363c17750f417b7c 1.57 MB 3,856 12
893,746 893,746 00000000000000000000783a65317b5d17ff1f71fc4d483f85fea2ee3ca00f8f 1.66 MB 4,265 3
893,745 893,745 00000000000000000001ac12165d353d281b317613f33ad1e23bc3b389290469 1.66 MB 4,588 5
Previous 10 blocks ↓
Total Size: 744.89 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 109 incoming
  • Data Transfer: 3,831.08 GB sent, 187.87 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.