Memory Pool Memory Pool Refreshing

169 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,946 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 147 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,945 (81,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,847 826,847 00000000000000000002b1c9bb26fc1863a9be6c4f4518a9a94d177f66ef86ec 1.48 MB 2,599 50
826,846 826,846 000000000000000000024d0d23eff1f6bc9dc9b65046fb18391290866c41261b 1.29 MB 1,164 41
826,845 826,845 0000000000000000000380ad38d23c3cafa7f7a980133cf95d4a72c3fc95c06a 1.58 MB 2,756 41
826,844 826,844 00000000000000000000de5006020a57dfef5640136eb09c62b65b0860d599f4 1.48 MB 2,266 41
826,843 826,843 00000000000000000000b2c0320deb0def974f1c2a3a1de22dbd9f23cc267520 1.68 MB 3,642 62
826,842 826,842 00000000000000000002f6afdffdb8ffa753ab8c5356ec131bcbb009c856ae54 1.64 MB 3,255 48
826,841 826,841 00000000000000000003e80651c81067c782cc03b7acee94bc9869858da8c0d3 1.52 MB 2,286 47
826,840 826,840 00000000000000000000fe38056279dd28600f1b84f589b2e35bed138a42e524 1.32 MB 1,948 41
826,839 826,839 00000000000000000003a76a228b4d46d895dee9c0afdbcc0da3bf561d3f16e5 1.33 MB 1,715 38
826,838 826,838 00000000000000000002908841006ffc8a8c9023729da19934afc40304831c2e 1.72 MB 3,489 45
826,837 826,837 00000000000000000003b8c686c6b5e5b45239dc3970e5a97cd3613a38f4d582 1.61 MB 3,140 64
826,836 826,836 00000000000000000002b964518a4289b45c915e79e7c3d36550098b85569873 1.70 MB 2,056 41
826,835 826,835 0000000000000000000381b0cb9882ef0995db033ceec1b72f4cea9993e30512 1.69 MB 3,257 51
826,834 826,834 00000000000000000001ba3de4c09627d4e2dc235151986259dc6dbf3c4b85f6 1.73 MB 3,681 64
826,833 826,833 00000000000000000002649b27162dd0490ce1dd52bf525f0c6d010258d0d418 1.56 MB 3,458 70
826,832 826,832 00000000000000000002acab51367181d16fa5100c9cfc6fe9ea318b54f42135 1.60 MB 3,564 56
826,831 826,831 00000000000000000001f310c5d7f844016471ed74324af8219b0cd7a01489d8 1.47 MB 1,228 32
826,830 826,830 0000000000000000000272566b8025cb60607d70e26617ea17504b539ce5a6b5 1.74 MB 4,330 45
826,829 826,829 00000000000000000002aad9bcd161044c8971c9e89cc4984f39fd6eb4872660 1.79 MB 4,385 53
826,828 826,828 00000000000000000003613235449b4bbba584e1cb96ff8b815e96d63bdee528 1.80 MB 3,169 40
826,827 826,827 000000000000000000020994a9d61ad8ff44c4e51c805ee0d0e35b8d2ee8c89d 1.57 MB 3,435 61
Previous 10 blocks ↓
Total Size: 769.44 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,645.70 GB sent, 95.15 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.