Memory Pool Memory Pool Refreshing

10,603 transactions
4.41 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (813,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,050 95,050 00000000000295569a48a03f7d19d7f24e1966a6ee1d5ffea806d168958f0ab5 0.00 MB 3 0
95,049 95,049 000000000004d599f89ec9d5bd1b4f0d536e21ba9aec77d04b388cb7e1410f64 0.00 MB 1 0
95,048 95,048 0000000000031bb0d75a9eb05654ea0c80df6dd8afd5604b86acb4b73cb29d50 0.00 MB 2 0
95,047 95,047 000000000001152440ef4b1648745d47863eab65309dd34baeaa21f7eac4818b 0.00 MB 1 0
95,046 95,046 00000000000519a14b83e183018c7c33b184893ed75c7ddb088c3a7af5c25718 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.77 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.73 GB sent, 100.87 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.