Memory Pool Memory Pool Refreshing

3,227 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 3,206 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (17,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,398 890,398 00000000000000000000f24a0cb456cf5d2aaa1f4eea64877a923873cec59e27 1.88 MB 2,254 3
890,397 890,397 00000000000000000000d0e8ca8dcd9d31aaf3ebb30754e7f721c97756877f5d 1.61 MB 3,333 3
890,396 890,396 0000000000000000000207a0266053f3ed6e1e7f80c12314c075a40ff0504ec1 1.62 MB 3,218 4
890,395 890,395 0000000000000000000053f0e7481742f081bc88d353ac495c5b27f857853136 1.71 MB 3,401 5
890,394 890,394 0000000000000000000174655d6f54eee1cf7b59f2c3293c97934bf28f5bc068 1.61 MB 3,837 6
890,393 890,393 00000000000000000001a3ed89f4239c7e896f1fcaf95488a54269ce6e4385cf 1.82 MB 2,491 1
890,392 890,392 00000000000000000000ce2822cb3b1f1963b47cee8797658e39a5db6f61fa69 1.72 MB 3,219 4
890,391 890,391 00000000000000000001f3afd24b3540704b6c1fa43f429162e0f49b98c58ff2 1.50 MB 2,232 2
890,390 890,390 00000000000000000000f4c2a82b9bf7c7afdc3579560b9995b9a7a2ef78efeb 1.59 MB 3,713 4
890,389 890,389 000000000000000000001670994f9e9cfe748a01c48669380efa418926bf44ef 1.21 MB 2,927 4
890,388 890,388 0000000000000000000131ec9c4ef575617a92925e858ca1e1328c21ed52fd01 0.43 MB 1,110 3
890,387 890,387 00000000000000000001bbf62b9908000dfb39c8693ae3e4e32ed95977635330 0.77 MB 1,718 1
890,386 890,386 000000000000000000012cdd81bda2a4dc8b3827c1a95ed37bddfe9d1a658db0 1.94 MB 3,822 1
890,385 890,385 000000000000000000024fff8ec3c897bf1fcf035b841ab2c754d0a187b778c6 1.54 MB 1,231 1
890,384 890,384 0000000000000000000209927ad31119842768840d77a7d393c253fd07e711c2 1.39 MB 1,781 2
890,383 890,383 00000000000000000000a811ae936269fa28e89f7e1305b4d53e7bd700c5647a 1.59 MB 2,579 2
890,382 890,382 00000000000000000001acf1fd13e818c90cc13b0d46e6fd50d387af044d89de 1.56 MB 2,829 3
890,381 890,381 000000000000000000019fcc1e024935d8736b0afcc2112080aad62254fc1810 1.46 MB 2,934 3
890,380 890,380 00000000000000000000726b0247172e3db7d486fe737dca3c68259ee6e04b8e 1.72 MB 3,431 4
890,379 890,379 0000000000000000000096b2ff5a521fe535e694bd3eef9a7c7ec52983c21224 1.81 MB 2,421 1
890,378 890,378 00000000000000000001bd3b7c2bfb167132322e9e306012e08fbdeea6ffa921 1.70 MB 3,530 3
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.