Memory Pool Memory Pool Refreshing

6,253 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (63,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,394 844,394 00000000000000000000bfca9030bd6cf9ed8f01abe2bc42ea1884116cebc2c0 1.77 MB 5,467 9
844,393 844,393 000000000000000000005600494d4cb0ba2c4e4afdbe42266fb8eab70a16352e 1.73 MB 5,046 9
844,392 844,392 00000000000000000000e235182b47b3e9aa6cb2378ed5e95a42760a25dd7328 1.52 MB 6,449 7
844,391 844,391 0000000000000000000337af34ab4611c2344675a9c17556aa24da52340e6cf7 1.87 MB 3,612 10
844,390 844,390 0000000000000000000051f7f4de52e61d4a5610e61908d25162ac1ad93fe30d 1.48 MB 2,036 16
844,389 844,389 00000000000000000001a5a7ca2f55ae5b6a4b074d16bff5bcf41efdf040f4e2 1.86 MB 4,137 8
844,388 844,388 00000000000000000000196748044dcbd26a5c25fa6ee571054ae3beed8dbb54 1.67 MB 2,553 11
844,387 844,387 00000000000000000000645896e493cfe8c6a9841d2ae7720ce897e0ae7c974b 3.99 MB 4 40
844,386 844,386 000000000000000000032331a0ca65d3e670cf9597b5f0b58dccad79ffa14967 1.53 MB 4,528 17
844,385 844,385 00000000000000000002e2e26e1f8131c6103b9ca551e6d7e37e9e40cdd3f99c 1.42 MB 4,140 12
844,384 844,384 000000000000000000030ba7f18f3a4fe105d7c8f6e6ce7ad7bbedcd3dea12d2 1.58 MB 5,212 13
844,383 844,383 0000000000000000000196494166922c4cfc61ece170b7a0358cec1538de608b 1.48 MB 4,967 14
844,382 844,382 00000000000000000002609f77b6a28e8fe990f2ccc8983b1ea55ad994a6533d 1.64 MB 3,452 14
844,381 844,381 0000000000000000000314053c31dcbe6f1091ba31de2fb6b3c2885fb2d7978c 1.62 MB 3,731 10
844,380 844,380 00000000000000000003424c55fe63f2cc2506c8097a83fa6147cf193aad7b0b 1.67 MB 3,522 12
844,379 844,379 0000000000000000000260ea81980735b359c8329738cb7f71eb20bf02831ecf 1.52 MB 3,725 19
844,378 844,378 00000000000000000002688965f96df0931b5d3995d1ebd44890c6495a7bb74d 1.60 MB 7,345 7
844,377 844,377 0000000000000000000267f52c9892e9117177e0db223c48cc43239b141dc864 1.77 MB 3,822 12
844,376 844,376 00000000000000000002bef29922e6ec58bb014f35bf7c7380f6d5d766cc2223 1.83 MB 5,071 9
844,375 844,375 000000000000000000012526273f7fe03df2061f5f6e6d91b67c7d65d17a19aa 1.55 MB 4,152 13
844,374 844,374 00000000000000000002d591324713c30c161311efccea49720d615738dd078e 1.71 MB 2,703 10
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.