Memory Pool Memory Pool Refreshing

6,911 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,986 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (477,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,225 430,225 0000000000000000007884b72426c86f2134538834c6e41535b290f832573135 0.03 MB 76 57
430,224 430,224 000000000000000002de8791ecd1f4795670654e9ad5ad7fa803384cfeea6473 0.45 MB 1,139 32
430,223 430,223 000000000000000002ba241118c6fa4285d89d0c342d48fea21146fcd23dee61 0.23 MB 481 43
430,222 430,222 0000000000000000034992e28d51da886658698665f2892f64047e36a7f15156 0.56 MB 1,147 37
430,221 430,221 00000000000000000463cae52f02995aba319c7ec71871fae02498e80a3e250c 1.00 MB 1,698 46
430,220 430,220 000000000000000004d362f6b444c26a788e3c18850038ff83ec769f65fa6621 1.00 MB 2,256 67
430,219 430,219 0000000000000000011cde62062a6cb6384d15a333d2dc2a833bc219be220299 1.00 MB 2,431 55
430,218 430,218 000000000000000002729d4db4c8d4437bc6b6719936e1af8881a13fa46763a2 1.00 MB 3,002 89
430,217 430,217 00000000000000000010b8264ba2f9c82214813241da276330ce2f54673ef633 0.01 MB 34 59
430,216 430,216 000000000000000000f69902c7c8a95eee17262ce4a0009a7cf4c6cbb4525972 0.76 MB 1,094 34
430,215 430,215 00000000000000000342a4342f647fa191a3a5a4858810a49f71d30f6887457c 0.75 MB 1,885 57
430,214 430,214 000000000000000003c3bdd3a0d858ba7bacd1bfab51fafa5150d44d3db73127 1.00 MB 2,311 54
430,213 430,213 000000000000000001fa2186eb00b00e211bddd32093d9073e19950d915d6941 0.80 MB 1,667 52
430,212 430,212 000000000000000003762bcd7136f305b9880302af1eee18308e2387e06d86ef 1.00 MB 659 14
430,211 430,211 000000000000000001a87301f5311e7d9a5c53a0560bb958d3e2103f315bcb63 0.22 MB 571 60
430,210 430,210 000000000000000001894bc5c0a3473be2ed9e9347629a1d31e03c7dc5b1531e 0.99 MB 2,068 52
430,209 430,209 000000000000000000eff7f0986a600d52bfc05b340137a692d7c6c7eeb2d68a 0.49 MB 1,205 63
430,208 430,208 0000000000000000002622a4c175034d119ac15cb4e6e6907c88a01105a079c3 1.00 MB 327 6
430,207 430,207 0000000000000000024994efb03ba05677e5d2fd160533c4298cccff3b24c640 0.87 MB 1,849 60
430,206 430,206 000000000000000000141f56bdd44c0cd79c676fe3d7b7fd5d06dd38d7c2773a 0.25 MB 563 41
430,205 430,205 000000000000000001161f7e875447326e915396b76edc8d91e451872bf54c01 1.00 MB 2,738 66
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.