Memory Pool Memory Pool Refreshing

8,421 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (801,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,404 106,404 000000000000bf688ba253ee59a390afe9325d9eb2e50d34a36c728aa6ac5246 0.00 MB 5 0
106,403 106,403 0000000000013a166bf58cac4d0f9cb7c28a1b3e6e8996ed5bd91317e51028ea 0.00 MB 19 0
106,402 106,402 000000000000b53a8a27ffd3a37af8cdcc64c0148b31f514308773acb8bf64ca 0.01 MB 2 0
106,401 106,401 000000000000defae36477f12511b6f1aafd8cb6e7c6714655dd92370cfd6485 0.00 MB 2 2,277
106,400 106,400 0000000000012926659abb4419ad6e09a8b3cfbb66564cda9513728a24c9fe3e 0.00 MB 1 0
106,399 106,399 000000000001df2f7a2a6cc2585c1b4ac8d54c80db8fa921b6fb1c62206285f5 0.00 MB 3 0
106,398 106,398 00000000000293ae88ee43ae68c597194cf268c040387ab9285361489f174d14 0.00 MB 4 0
106,397 106,397 0000000000004a840fc620a759b6cc1650f600e2aaf76c517c8b2b4100ec37f5 0.01 MB 25 0
106,396 106,396 000000000000cc6aaa5ac9c08d713f208d2227f67c11d1acbb9ca3ca0e1caded 0.00 MB 2 0
106,395 106,395 0000000000019d585154d02db11e43e821ab3511cffdfd8627cd31eaaae1bc14 0.00 MB 1 0
106,394 106,394 000000000002c9b18ad3003203e72546aabd1828ae3cf84611aa2b24ad6d8b1f 0.00 MB 3 0
106,393 106,393 000000000001c60232f865dd03f63ccb8a6f995745858007c0155e0dce83f93a 0.00 MB 3 0
106,392 106,392 000000000002b03f5acecbaa637e4b52049167f4d38f1b211fd73618afd45953 0.00 MB 2 0
106,391 106,391 00000000000178f14c9bee92c42406c0c1ebc2c333f1a4ec58baa6e1bc1d5953 0.00 MB 2 0
106,390 106,390 00000000000267e19803bf2b747f5b6748861b4b82972200f22a3d087ad26474 0.00 MB 3 1,508
106,389 106,389 000000000002d2ac084fccbccab5338bc698e7cdfd97ceb24b0024be1782a093 0.00 MB 3 0
106,388 106,388 00000000000257e306314322d352f22fd5bc90cdfbe5a1706348707aa918c8b3 0.01 MB 30 0
106,387 106,387 000000000000613b5f7aa904360f79d5d4a53136f874ad63353b02471e4bebb0 0.00 MB 1 0
106,386 106,386 0000000000008fd1eec58ab64e076a13aff8b84cf4046ffcb4fc23abdd8782a9 0.00 MB 2 0
106,385 106,385 0000000000011ceed1d32a84f685b1a04a68e300d60e128f0e08addbf0d31a3b 0.00 MB 2 0
106,384 106,384 0000000000009647ec5afbc409abb3bf728ba199a423bf4421d0c0db11ffe8ad 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.