Memory Pool Memory Pool Refreshing

7,090 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (765,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,837 141,837 000000000000021c02284297ec053f3715d86256ab174924361d5c09c82f52e2 0.05 MB 121 211
141,836 141,836 000000000000093be8ec934c2c6da61a86ef1481f80f004b39e889b87a90a0b4 0.01 MB 18 325
141,835 141,835 0000000000000039060f73548aee16f55344f1f8130b815602494fa1df2de6a5 0.02 MB 44 304
141,834 141,834 00000000000005a8208a9d20affb7b92ef48f07048f1c74be56af3a1c9716087 0.03 MB 54 223
141,833 141,833 0000000000000311fbbb1eb314c112a32555fea82a807868b80bc41d43d43a95 0.03 MB 98 253
141,832 141,832 00000000000003776f5aeaa5bb7990162fbd9ec9f5b6e0cf6fcd965605277bfa 0.02 MB 49 438
141,831 141,831 000000000000073d5d77c1767b7ecefbbaa61ed01753b273b617fe58e2d74549 0.02 MB 51 9
141,830 141,830 000000000000043fbe0d4c04a9fff9d948a7c50784bc894062dbd54050da4539 0.00 MB 1 0
141,829 141,829 000000000000029f35191c8730ad68fd6daeb7acfc955fbe14af67bd56461fdf 0.03 MB 68 202
141,828 141,828 00000000000005176f0b5fa0ce145496d33fdefd1014d933cc7ffcb17604e65a 0.05 MB 140 189
141,827 141,827 00000000000004b462ed64378fd79a460017da290e00243d24fc167f3fe81e73 0.05 MB 153 180
141,826 141,826 000000000000007ce9a56ed7349fae371f3539de109dc3018be1a8eb2d524b1e 0.00 MB 7 568
141,825 141,825 00000000000002f1aacee357a00138678af9a3a6f9cd878a0c81a80af835486b 0.00 MB 8 52
141,824 141,824 0000000000000758cf91f3ccb4db8c796bcc2daccde0f240a5debaecc900178c 0.02 MB 25 101
141,823 141,823 00000000000007086275295f689b019586a6462899e55d58c1122e1d61f82bdb 0.02 MB 28 140
141,822 141,822 000000000000090250312fb742fa1937d59d9fd429ba8cff15d6c41cdc5d53f8 0.00 MB 2 0
141,821 141,821 00000000000005ffaf21f543f5dabfaa9a854a5ad0ce20def7482f5d8873fa0d 0.01 MB 29 284
141,820 141,820 000000000000071661fa08a1d6cd65c0ca5c1bead35280a312838b21aa783a8c 0.03 MB 103 104
141,819 141,819 00000000000002b20f3e6620e9c33e2dc45853b1615f922045013820380688db 0.05 MB 127 117
141,818 141,818 0000000000000010240e6b3933aae24d46ed4ed8bcbf613467097b8a3d2e84ae 0.01 MB 19 272
141,817 141,817 0000000000000457a26258f76a3bad07afaeb4a986ac2cd455402911c9d3fa61 0.01 MB 15 536
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.