Memory Pool Memory Pool Refreshing

2,948 transactions
19.51 vMB
Show Random Selection Loading Transactions
Max Size: 79/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,652 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (833,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,591 74,591 000000000011b8a8fad7973548b50f6d4b2ba1690f7487c374e43248c576354f 0.00 MB 1 0
74,590 74,590 00000000009a62ad309cc9600f0125f28bbf23ee49b76b1fca991d0882cea550 0.00 MB 2 0
74,589 74,589 0000000000824a43ba54ad8a8fdc208ad147d3ca5ae5004e5a2176151243c7ab 0.00 MB 1 0
74,588 74,588 0000000000172044f7a250ec47afd2f18e2eb4ce56726a23543a929751f2ce8c 0.00 MB 1 0
74,587 74,587 00000000006546524d91d3b77a76f998630e832ec5103f36b5a7d6133ddcd216 0.00 MB 1 0
74,586 74,586 000000000099bd3a45e1c8eb17a2e22649b437367d0f429ccc51cc686f63a8d2 0.00 MB 1 0
74,585 74,585 0000000000144b8aa30219a6f6e643f4298c5a3cd77c99d1d0c27420f5527b31 0.00 MB 3 0
74,584 74,584 0000000000553aef5cb1e9e0faa495ba3f8964220a03f34d15c228f1abd75987 0.00 MB 1 0
74,583 74,583 0000000000577e410f9be7ece435e9f39a180883a5899bdf8b22c9f2e56890db 0.00 MB 3 0
74,582 74,582 0000000000242a71306ba1d22e5d4b3a763cd2fda1134023f4ad5fc6dc74d67e 0.00 MB 1 0
74,581 74,581 0000000000b1f7aa858e266d48094e69162cf686538d6fbc2693ec791a4338a2 0.00 MB 2 0
74,580 74,580 00000000003a40f9f09dd01afbab86d148237e1ba1288b87c457301b6b975273 0.00 MB 1 0
74,579 74,579 00000000005b76327ba6bb032cae948c5f2edb8da8d2d85d9ba09fa175301b95 0.00 MB 1 0
74,578 74,578 00000000008c0886b31eaf54698f4d2ac94c4ce4c40c4a4a3e5ceb7d004d798c 0.00 MB 2 0
74,577 74,577 0000000000029360ab1ffd1f7430cb8763cd20e2c425739ba392ebd18d121b8c 0.00 MB 1 0
74,576 74,576 00000000002f1eb4d6d181da7abddcc6987fb3bc13acf4f62f52ffe19049a9a7 0.00 MB 1 0
74,575 74,575 000000000022f4235743f64161456dd0b2043263a5a3c65dd87c7ae7aab055c5 0.00 MB 3 0
74,574 74,574 0000000000b2cd6c664b5a8840be411b4031423759d0e1ab536b9a0d94ab5209 0.00 MB 3 0
74,573 74,573 00000000007ffab94ff01bcee860ed5ae87dcbe3a9ca376a92c9ce3e7b01a0a1 0.00 MB 3 0
74,572 74,572 00000000005b1be3ca54d4f0cc48d40be891f33163d2177ed47b7e6e7686c890 0.00 MB 1 0
74,571 74,571 0000000000796f16477d96048b1d42e73c4540c7d8224c7101ee1d43f8eda3a9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.