Memory Pool Memory Pool Refreshing

2,835 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,164 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (17,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,201 890,201 00000000000000000001e8b18b18bbe47c9177609cb0ead651dda024feb44213 1.99 MB 2,259 1
890,200 890,200 00000000000000000000531e3113b20eb9a758e66c1a0dfafe1eeb699db2f8a2 1.68 MB 2,579 3
890,199 890,199 00000000000000000000d1a868a3b9e0cfbfe88cb368cec2beca5e5ac0f7a66f 1.68 MB 1,679 2
890,198 890,198 00000000000000000000b22977da1a13bbbe4a4a88a9e4b500f63f6d91815fd7 1.99 MB 1,639 3
890,197 890,197 000000000000000000017a8db52d40a5d29e36c9f06ea73193b177078d5f2a93 1.65 MB 2,694 5
890,196 890,196 000000000000000000025382b668e4d518795d07631f33027ccb84fcdd3d00c3 1.72 MB 2,506 5
890,195 890,195 00000000000000000000677c24200d169fea0e284ab96bcdec79394d0f7e257d 1.72 MB 1,706 4
890,194 890,194 00000000000000000001abd9464997eddd5ad95c0c30cd8967fe02c715064286 1.05 MB 1,374 3
890,193 890,193 00000000000000000001a33e03b6109340b4f17bbd0700933f00b4c6ceba9527 0.56 MB 882 3
890,192 890,192 000000000000000000018963983716c6d700be5c12273dd68427bdfbe5106ff7 0.63 MB 1,092 3
890,191 890,191 00000000000000000000e8c5d0de7af8a489177bf7a62d130a3a3305c383366f 0.77 MB 1,165 2
890,190 890,190 00000000000000000000bafa0313bef5268fb5bf03981acdbe6624ad972b97d0 1.85 MB 1,965 1
890,189 890,189 00000000000000000000c152385e7decdb4798a80d34c9f5c519f57880f33e0e 1.61 MB 2,797 4
890,188 890,188 0000000000000000000104559f54ebe87b2b05e790e4e0a2d48fa3b3f7bf7a33 1.56 MB 2,106 2
890,187 890,187 0000000000000000000125ce419a3417d4e5f3fac319c562d5cf93757b8fa6e2 0.07 MB 130 3
890,186 890,186 000000000000000000026152d0993430612441949a3bea33a29d9f69831e2bc9 1.85 MB 1,341 1
890,185 890,185 00000000000000000001bb42e6683559406c6cf145b817b53f7b7fd2a9fdf522 1.61 MB 2,842 3
890,184 890,184 000000000000000000020aacd696a9d915a47fca276f3e26de472a91564fd95f 0.79 MB 1,398 2
890,183 890,183 00000000000000000001449d3b6459d887d757f5d577663b46acf3cbb86ed413 1.13 MB 1,112 2
890,182 890,182 00000000000000000000fc83b504e49350bf6566bedc9a5e728da747c0de8770 2.10 MB 1,133 1
890,181 890,181 000000000000000000017628123f8fc3885f6e7515127db98a1f9c19b115df5c 2.24 MB 2,470 1
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.