Memory Pool Memory Pool Refreshing

6,664 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,209 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (186,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,217 721,217 0000000000000000000859756cd89456aac78126b6f7b8e8914eaec0f20c9a4d 1.50 MB 2,650 21
721,216 721,216 0000000000000000000016aa39bf1570b2117d1a661ec291d38b4ad5944b6911 1.36 MB 1,843 6
721,215 721,215 000000000000000000070888888baff75f8516bf45fa067375264ac4f91dce8e 1.61 MB 2,113 13
721,214 721,214 0000000000000000000a6b3396a07e0ee22b39a8d847f704c20fb4dc3515b08a 1.10 MB 589 2
721,213 721,213 00000000000000000009b83a2b70895e2c7671d84bc5d8ed043503841c302d7f 1.67 MB 1,007 8
721,212 721,212 000000000000000000035a87c6ea8430863cb923b6246a72523f2feaf4718843 1.41 MB 2,507 7
721,211 721,211 00000000000000000005ac1c885c9c54fd30c7ab46b35c8ed73b3fe86af936ea 1.59 MB 2,724 7
721,210 721,210 000000000000000000036dd72056932dda2f6e67ab7b94cea17c25d988db9ad6 1.83 MB 1,894 15
721,209 721,209 0000000000000000000503077d04ed82999038c533ddb7a842242db39c1422e1 1.55 MB 2,494 6
721,208 721,208 000000000000000000009a9654166dfbc31ff51fdc3f79fc0f0bc529b79b1503 1.56 MB 2,983 8
721,207 721,207 000000000000000000048abf1a1c8bbea3e3d1d5a5e91a1cbd5de19a22267222 1.54 MB 2,848 4
721,206 721,206 00000000000000000002f8a632da64900925a303a0d96ea7c9ddbbd511d39416 1.39 MB 2,042 11
721,205 721,205 00000000000000000003c8de76461a27842aa52990b4156d29737113c620ce2b 1.23 MB 1,157 6
721,204 721,204 00000000000000000009119e89a55b9641cadf6581f575420c308c4d4354d583 1.37 MB 1,827 7
721,203 721,203 000000000000000000096a9a327d0e582d9ee65af24dbbaaedcbe0f7abc1f00a 1.55 MB 2,862 12
721,202 721,202 00000000000000000007248510262b3616de0c85b4e3cf80565c575d01e04bfe 1.38 MB 2,416 10
721,201 721,201 0000000000000000000667d8604c17778c69f5d8418d2d289677c067fd5c369a 1.88 MB 1,585 17
721,200 721,200 000000000000000000015d2b7185f5c6b6ada522c78106637905e850a097f4aa 1.53 MB 1,510 5
721,199 721,199 00000000000000000008cd15cc81897f563b97132df31cccfd48e3c18cd279c4 1.66 MB 863 9
721,198 721,198 00000000000000000006219b455eb8f56f9091ed79ec544e3223cb12a0f3dafb 1.55 MB 2,410 13
721,197 721,197 000000000000000000077bccb0ef1df509df20bb86c1268057d8ca2c4a0ee17c 1.53 MB 3,003 10
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.