Memory Pool Memory Pool Refreshing

3,673 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (577,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,546 330,546 0000000000000000126b9f736e907aeb2b68679b959dbd8d19bca3e033340629 0.41 MB 532 21
330,545 330,545 0000000000000000126fc62619701b8c3da59424755e9de409053524620b114d 0.07 MB 128 23
330,544 330,544 000000000000000008573d8ac6eb85ea50fc164c2339dffeeb768423b72f5eeb 0.12 MB 326 32
330,543 330,543 00000000000000000b189b34dd8f2ecbc3a804089a57cd8edfe0e1670487065e 0.24 MB 453 26
330,542 330,542 00000000000000000aa58c629299e807ceb72171931a323d49db8383b6a92eab 0.34 MB 571 25
330,541 330,541 00000000000000000298def95a63fa8c2ccedb1a18431e7e8feb9332270dc947 0.37 MB 654 24
330,540 330,540 00000000000000001481e0777fdc59171da46fce0dd7dc7ed203c12474d1d971 0.33 MB 582 24
330,539 330,539 0000000000000000106d9413b966a2bdde440dc226fd0555c1197b22e68dcc12 0.05 MB 69 22
330,538 330,538 0000000000000000122dacce93c50661ad76ae84bbcd2de78b5d6f67dd03df83 0.01 MB 32 70
330,537 330,537 00000000000000001a6701f5917139b590b7127fd663f34780b2fa726b4347d0 0.17 MB 343 30
330,536 330,536 00000000000000001ab3b0d2d0962ba1c7653c1f5229fc95c225cab0640208ee 0.58 MB 988 26
330,535 330,535 000000000000000015e5bf7614e1048238045edc3fa71a7f49566c192624fc6d 0.09 MB 113 19
330,534 330,534 000000000000000004669bcbf89a9a9a29a88fca45dabe69ba70db347b00fe79 0.43 MB 784 30
330,533 330,533 0000000000000000196046f47af0114e3d85fa2eb465b06271cd758fea9f3088 0.03 MB 50 6
330,532 330,532 000000000000000016a5fcfff2f246efa720c7181244fb2cc896080853a7fe89 0.69 MB 1,201 25
330,531 330,531 000000000000000007897ce5babcb9cc2dc25fe790694ce1e7e6b00a44b68040 0.00 MB 1 0
330,530 330,530 000000000000000019c007a03975feae9ddaaa659b92c5cc1b73745b170ebc86 0.47 MB 543 18
330,529 330,529 000000000000000003aa76fc3dfca14cbff89732a944903195498e45cf6c0601 0.75 MB 1,655 32
330,528 330,528 0000000000000000067e570ce4951b12af369c4a0eb7ece3ffb266e015b5abee 0.01 MB 32 36
330,527 330,527 00000000000000000e8d7fbf74d3a0e2aa19196120f24bf7f9b339196f859532 0.11 MB 208 30
330,526 330,526 00000000000000000c9e6e649d06ac13be5025b280408eafe96484de4186d5d1 0.10 MB 69 4
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.