Memory Pool Memory Pool Refreshing

14,756 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,717 (809,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,309 98,309 0000000000013b4acbdd9febe398c2e90548de50f5ab5dafbbe6acd5fbed7f5b 0.00 MB 2 0
98,308 98,308 0000000000014a9b25074fb7389b66edea6a64979f16640d74524db4493c419e 0.00 MB 5 0
98,307 98,307 000000000002e7624f87f3d0447347f6f45f927662f8d633a6276b42f8411a6f 0.00 MB 6 0
98,306 98,306 00000000000397598555306f5044cfd1634927accc6c8734b4961c06ecf81766 0.00 MB 3 0
98,305 98,305 0000000000050ba233ae43f4acfb89157997527927a39a2bdb3a6418adcd30a0 0.00 MB 3 0
98,304 98,304 0000000000005e70406b462641151e0c9860992632e7cd2b61255180471bf5a3 0.00 MB 2 0
98,303 98,303 000000000002364a45f79ab52768efe1d1a4d5a04ca07862269d32929c95ae3b 0.00 MB 5 0
98,302 98,302 000000000001a23fc52c97cd8be9892ffc8480c229bd00ab2a6f68c26b3c16a2 0.00 MB 1 0
98,301 98,301 000000000004960b505a35b55c09a1d9c438c4dcb38610e0ae4ece76e6c50742 0.00 MB 3 0
98,300 98,300 00000000000536637b79d1e4cb197837225d166b7d1b5f552c9280cbfa14ecc6 0.00 MB 10 0
98,299 98,299 0000000000050ccf37be02ce74cb83208aedd5e99b7c927eeb6e6e80218bea50 0.00 MB 5 0
98,298 98,298 000000000001ce67aa485550b426afcd496ba9ce4ba3548273f97b183bd36aa7 0.00 MB 2 0
98,297 98,297 0000000000000fb04f3e483cdcb77dd2d28f863e250acd20a8d0b7461cd4be97 0.01 MB 5 0
98,296 98,296 00000000000238134b975ecb01d7315c23f49ac9914dbc204c00b6efe3cc1cb5 0.00 MB 2 0
98,295 98,295 0000000000031033fab5c830858864119a92c42c1d4014cfeac79a6e6034d3c3 0.01 MB 2 0
98,294 98,294 000000000001c00804264748865cbd34da64776142482032a26eb998ab4895b7 0.00 MB 4 0
98,293 98,293 0000000000022ea1f664496aca9471dd0006c4894d99265eb630ef0323771602 0.00 MB 2 0
98,292 98,292 0000000000039b74688e01536f966a2e0fa8acebf40b7c08df160060feca8414 0.00 MB 4 0
98,291 98,291 000000000001244e7ddb9ed79df1376e778326446292fc97e2303d7138d162f7 0.00 MB 6 0
98,290 98,290 0000000000014f73f06443f73bfbf5262320f30336e66704c3238162a25aea67 0.00 MB 3 0
98,289 98,289 000000000002db444273e81d050582ceb14b4cc84a88192225cf036af0c0cbc4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.02 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,622.52 GB sent, 92.95 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.