Memory Pool Memory Pool Refreshing

7,659 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,084 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (813,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,045 95,045 00000000000363a15051dda4295535852fc26e762a9b2f0aad8766e4ccdba592 0.00 MB 2 0
95,044 95,044 000000000001b80086d0741c9d29c2000c102e7278a382aba710da5abdd5c755 0.00 MB 1 0
95,043 95,043 000000000003e99afc54278cac9bb418a28618b9e26256c4befed64ffd85bf9f 0.00 MB 1 0
95,042 95,042 000000000000343cfac5cc495007b6e004c0645b97aada1f469f42992312148e 0.00 MB 2 0
95,041 95,041 00000000000434e23915110a891aa0e4d8e671e097d5342a48df1e504e5164cc 0.00 MB 1 0
95,040 95,040 000000000002ee8113f1f8a62d0d0d54837016981a6f19534d907afd616cfb91 0.00 MB 2 0
95,039 95,039 00000000000086bd5432847de03ee64b4f0bfe23535cba469e7dc7b96da1fe40 0.00 MB 7 0
95,038 95,038 0000000000028b06868461cae307e603b9a200247a4c63d0da605f29738c5e9b 0.00 MB 2 0
95,037 95,037 00000000000310c6b67c20cdc8f5c9624ee3894b6f607e7b9d5e63891be309d3 0.00 MB 1 0
95,036 95,036 00000000000460b3e910784fb0a4130e63449cc5c339d16d07f6ca1b94ed1fb7 0.00 MB 2 0
95,035 95,035 000000000001e4701b642986cda53997a65b31ec89ab542a3b7a7df92fa422e3 0.00 MB 1 0
95,034 95,034 0000000000032dfa5ce6b6d945f9955a28f249368bbd526d84aeac53f2b14dc1 0.00 MB 1 0
95,033 95,033 0000000000034e3f7afb9afc5377187ca6e418c28d1425dbb1214b25c7629a59 0.00 MB 1 0
95,032 95,032 0000000000060451b04e4e13e3f9f56358ce17b242d5582605ad26b499fd4c9a 0.00 MB 4 0
95,031 95,031 000000000003043bae28cc5c2d4a49b6df4e5b24cab863812e319845c48d3825 0.00 MB 1 0
95,030 95,030 000000000002a3c402dda39a1de32e9622dce6447c70a1e5110458076a273ae5 0.00 MB 1 0
95,029 95,029 0000000000027ba62b58126a45f983026e9069ee67f5f8ed31fef7b00e7e32e1 0.00 MB 1 0
95,028 95,028 0000000000079f36e55a201f9c9be94fb7b0855c8f2cabcfecd4cfc9466a494d 0.00 MB 3 0
95,027 95,027 00000000000246f4bb6af8456d3e62928c505d28aa6a1968ad919c2720c1be7b 0.00 MB 1 0
95,026 95,026 000000000006cba0a74265e431b169741eb2dc1d6d188f443b3bac81e5ccf37b 0.00 MB 1 0
95,025 95,025 00000000000023fe80da1a01bbcbf46ffd91feb7bb2dc6a412a801ea3796a057 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.16 GB sent, 100.78 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.