Memory Pool Memory Pool Refreshing

1,671 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,671 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (615,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,726 292,726 0000000000000000821ff4667f4ab9ff046827a7dc2dcc862b721b5afd2e5018 0.36 MB 681 32
292,725 292,725 0000000000000000b3c1b9634905d8117ead1789d35627745c07812b13e09cce 0.05 MB 65 18
292,724 292,724 0000000000000000a0d4f2793b7554d6f9dd2e97c5a8147c8be22849fbaad0b2 0.10 MB 172 31
292,723 292,723 00000000000000003e301dd855c056e7c093069a327763ef09effaa483d40363 0.05 MB 67 10
292,722 292,722 0000000000000000847bf08673508b104c359470bfbe6cd0dd4707e237888d32 0.12 MB 223 42
292,721 292,721 0000000000000000193396dd6307852b9fe617a6709b2c3ff423f3399d0fcb96 0.12 MB 191 25
292,720 292,720 0000000000000000a21ba7cdf5e44ee82af677a6d81f994d1676e87f162ade37 0.38 MB 501 24
292,719 292,719 00000000000000003b6b5ec4e0eba89fa0d856e52fcf9d6c05fd218ffd5a754b 0.25 MB 687 45
292,718 292,718 00000000000000004420482024585ebb815d1f68bf11f2b4146fd65de306afe2 0.05 MB 114 32
292,717 292,717 0000000000000000ad763169eb5a0840d644460d1cda5fc24330d11492f7ce89 0.07 MB 186 19
292,716 292,716 0000000000000000260c63a253efadad65b5a60ba0c11c59024a52940cd5744f 0.67 MB 1,455 36
292,715 292,715 00000000000000000fa74030c2acae03a585288887e1954a2b1a0863c0268330 0.02 MB 29 11
292,714 292,714 0000000000000000741dd5efdcb4bb4f63e9d2fe06c377232235790b47ffc36e 0.03 MB 48 33
292,713 292,713 00000000000000008ac1cf91e8fdd9d091fdefacbb94c992af3f524409684eba 0.13 MB 225 33
292,712 292,712 00000000000000009d3ac226384988b6e004c6ab2305377aa06df576fa753bd6 0.13 MB 275 32
292,711 292,711 000000000000000068753c20f298cc0842a0f435696dc1878e30bdff3bc7a4da 0.06 MB 123 29
292,710 292,710 0000000000000000bf0b804ad5fdc8ae5f8a65bad0a7120b978e878a36022c23 0.12 MB 256 15
292,709 292,709 00000000000000009e578f4333ea2f3970d1698decb0b6db39b7e65c4bb2edd3 0.11 MB 191 27
292,708 292,708 0000000000000000b0bc0a3ae3ff7c940464d724bfb38cf2263cc1ea79646a90 0.05 MB 128 37
292,707 292,707 00000000000000002724336a4f1768939f4ea9a75625ac919b9cc86424584869 0.02 MB 46 41
292,706 292,706 00000000000000003f7680bf5afe1215329c5310f081915fa98a3bb020e10fb9 0.15 MB 296 34
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.18 GB sent, 93.27 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.