Memory Pool Memory Pool Refreshing

2,572 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.72 vMB 2,569 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (66,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,731 841,731 00000000000000000000575901bc5dcde3bddff22dfd6c92ade8a09ef14fec96 1.61 MB 5,314 23
841,730 841,730 00000000000000000001923891b7c70ac5d227bdeb123038de30c924eaf41c3c 1.55 MB 5,544 20
841,729 841,729 000000000000000000016696fdbce75ca3459191bfd7657d5209a9090bb1987f 1.66 MB 5,388 22
841,728 841,728 0000000000000000000119112effb2ce37fb3a230f5462323fff49542be366da 1.60 MB 4,565 23
841,727 841,727 0000000000000000000147d344470ed6e8ee944eccb3ff41d52f7e52070af832 1.57 MB 4,484 19
841,726 841,726 000000000000000000015dbc9725db193adcb5be0f3eede514ddd004c099b926 1.48 MB 2,731 32
841,725 841,725 000000000000000000014145ae371653a067cf2366088ebe7d43d1874c1c93fd 1.75 MB 4,007 19
841,724 841,724 000000000000000000005aeaa3cd842f60ae9fc608bfe1332cdcbca0663f50a2 1.54 MB 2,485 28
841,723 841,723 00000000000000000000ed703f23b8469c109b73ce519866aa8b386aa46d282c 1.73 MB 2,952 25
841,722 841,722 000000000000000000032f718575bbbb6012df6eaa0684c04f37f4595a19ffd1 1.36 MB 2,195 24
841,721 841,721 00000000000000000002ee598f4c930bee2f380b875a508a94b0c4311ad4caa2 1.97 MB 1,469 20
841,720 841,720 00000000000000000002a9bd08d0cd4edc40c10c019bb24d9cc204e069c32d0b 1.96 MB 2,848 18
841,719 841,719 00000000000000000003259d8f0e20fc55f48659ca73a19f53d86bce3fd559e9 1.90 MB 2,295 25
841,718 841,718 00000000000000000001a0ffe5542bf725f1c7848905a93a00a2719b4afb37d3 1.50 MB 4,647 17
841,717 841,717 0000000000000000000165e3ac1865616141b35f4315c7a0e27d3b4764a28289 1.66 MB 2,651 33
841,716 841,716 00000000000000000002ebc1db4ca94d79841fc846cd21451504d0b9518f0141 1.52 MB 5,207 21
841,715 841,715 00000000000000000002deef168c79ed5589592be462782fd3f4b8940a16e4c7 1.59 MB 4,758 25
841,714 841,714 000000000000000000012efb054237c10a12729a8f15b8fc9a3b4ffa71f64c32 1.58 MB 5,860 21
841,713 841,713 00000000000000000000fda2123bd81f86670d78df00f7244c57fd21a65abd42 1.74 MB 4,592 18
841,712 841,712 00000000000000000000996cb99b2ef96bad7a7e13c3d5775747e7d65d328f86 1.58 MB 3,604 26
841,711 841,711 0000000000000000000072404aa2892ebc7f1ce005bb991939f52b08862a8873 1.64 MB 3,293 25
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.