Memory Pool Memory Pool Refreshing

6,367 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,409 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,980 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (813,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,939 94,939 000000000005e602f29657e15da7c0058fcee8b70982d51fc50f135fb8f3f41b 0.00 MB 3 2,624
94,938 94,938 000000000000b1b2dbdf0d58c153114e25bf2e821625438afcf6a9cde8746b27 0.00 MB 3 0
94,937 94,937 000000000004332cdd6c55d0c62344f2900a403c74afea7e4b991fe54ddc39c7 0.00 MB 1 0
94,936 94,936 000000000003f3e612a8f5a9740b0b5557ab0433c2f7fb4e0494ce60754663ed 0.00 MB 1 0
94,935 94,935 000000000006fbd4bea6cf0a4bfb7e61e5e2d221395b6c31df1bb1fced6704e5 0.00 MB 5 0
94,934 94,934 00000000000265dbb0e3edf0b577e466a89917da802df1c9736423d30abca53a 0.00 MB 1 0
94,933 94,933 00000000000239b683704c620ff8ae593643d7ea6b9bf2e58cea0d8905373b48 0.00 MB 6 0
94,932 94,932 00000000000171390da2ddb816b53748942a89a148a0a157515fcca35dac81e3 0.00 MB 2 0
94,931 94,931 00000000000007e87d0c05a29610587ea56c0744a547d2fc5defee3bcdbed6bc 0.00 MB 1 0
94,930 94,930 0000000000048114b761640a2336fd5a96643fa46d9058015a91144d6c1344d8 0.00 MB 1 0
94,929 94,929 00000000000502f3200f8aa614a84b07c1db5c38df08854a26e8d2de274b62be 0.00 MB 3 0
94,928 94,928 000000000002001a28e95671172c1d0c4e6d28c9d47e60cd4ba603d140dfac10 0.00 MB 1 0
94,927 94,927 000000000001a34baa97bfb10494652ceeb5e0db9bd1003c33e38ed6bd5dcadf 0.00 MB 7 0
94,926 94,926 000000000004e28cca11a7bf31cad514dcc8cd0f1abaaf26546063596144a005 0.00 MB 1 0
94,925 94,925 000000000000aefc67c85a880de8231b9cf5a662f61942dbdd902a73d4c4b74b 0.00 MB 3 0
94,924 94,924 00000000000445bc7cd3f5cd6b6f00ba62da38cbb4cca8ad50b8fffd7094f7ef 0.00 MB 1 0
94,923 94,923 000000000007dc87ebe07b8914832c695426b53cb7b2c7764adcae790a1bf920 0.00 MB 2 0
94,922 94,922 0000000000010af5fdc8d55028be3d85013ef2c40ae82551449c83556b7b8165 0.00 MB 1 0
94,921 94,921 0000000000063d2ec1c06d87752c84ade520183056e0375725549782dcface34 0.00 MB 1 0
94,920 94,920 000000000000b8637b2e3da1700aac28f590ecfe378b434f577eb1a5c8597114 0.00 MB 3 0
94,919 94,919 0000000000049aa28b44687800b7503de24176bbfa8fcf8321eb33c08907caef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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,726.00 GB sent, 99.36 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.