Memory Pool Memory Pool Refreshing

25,762 transactions (9.57 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 51/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,910 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,404 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,909 (833,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,971 74,971 00000000007f945871bd1ca4fda82ef35a3f4881e7ae81d7ef419a1f61f26b40 0.00 MB 3 0
74,970 74,970 00000000000a197abb2053896b4b72c1e3a56c8985cbb5bbd551a7642b39526a 0.00 MB 3 0
74,969 74,969 000000000043316727d5268ce4bbccea2715fe1dc91d234a01b966daf0aa35fb 0.00 MB 1 0
74,968 74,968 000000000069c0bc66f685ec8099c398ca0165a04a357799349d26c2d4249bb3 0.00 MB 1 0
74,967 74,967 0000000000653df60b9a6970112cd3554c31ec897bfccf0c87eac9823b1b5500 0.00 MB 1 0
74,966 74,966 00000000007e15279656937ee6cbe8911893538d214fd631e298ac0aef6d922e 0.00 MB 2 0
74,965 74,965 00000000004dd2c7c0b0595dc1204ab593b6af81a0f9d826281bd39d1013e431 0.00 MB 2 0
74,964 74,964 00000000004e7ee86997df75fbde032f9f99efd3d36f600ce8a01d20293003de 0.00 MB 3 0
74,963 74,963 000000000067c70997722c36e9635c6b32697e551f2702fb115ca271cb9591d9 0.00 MB 3 0
74,962 74,962 000000000015e1de340650cc134096d9a22bd0e806ba39230162f20dc7eb6f78 0.00 MB 1 0
74,961 74,961 00000000003b9b0c4a6426a7a180b6270ce5253c5095444b59b56b6e82198702 0.00 MB 6 0
74,960 74,960 00000000005a61fbdcacd0a311abc8c4e02b61779714ccd555a68e24d9c57058 0.00 MB 1 0
74,959 74,959 0000000000603d4bba364136d82ad96ab98daf82f8069dcf402330ee20927f2d 0.00 MB 4 0
74,958 74,958 00000000003e1b44effc70c04f0757539d754307a3f4b4a76cee41012723c39d 0.00 MB 6 0
74,957 74,957 0000000000353dc4b235c297f630eb8460e3d92f38dd0e92b825b5a220122256 0.00 MB 3 0
74,956 74,956 000000000060f7be2436a281e4739a87fadf82391caa968d2517a5ba146e139b 0.00 MB 1 0
74,955 74,955 00000000004ba9fe956dcfbe62388d313c75263ac0a2f18c4ebea3d1c66c0b4a 0.00 MB 2 0
74,954 74,954 0000000000499bdaee46f85ee0d053d9ab1b62adcd9f667b06ccb4dc6331dbb5 0.00 MB 9 0
74,953 74,953 000000000008c63cd417c1840a0f8fc03fcd79edf54a3ae4dd030a942f968421 0.00 MB 1 0
74,952 74,952 00000000004d4596ad89c0f8b66e40ea8de7ca84f7a1c7e55a5716a45b02cc76 0.00 MB 2 0
74,951 74,951 00000000004c3282f84d89661e7d17c830f14ac51647b21e5b07e612f170e27a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,863.90 GB sent, 104.30 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.