Memory Pool Memory Pool Refreshing

4,196 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,465 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (739,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,452 168,452 000000000000025c5b7a57f80126bb8c52cb488dc9bba82cdb134ccc0acfebdb 0.01 MB 15 60
168,451 168,451 00000000000009ab6e1c90b41cae85772383f7b4a05076c5e8195ff190406d35 0.05 MB 137 46
168,450 168,450 000000000000084a7e460b9296e1728f0bf21655173f629fc14682111c453d2a 0.04 MB 73 75
168,449 168,449 00000000000003e3f1cb30687639d595094d305340635535f8474f1adf7fbd85 0.01 MB 28 522
168,448 168,448 000000000000010d17f40c550160bec9b1db871120d2af50fcf245fdaded6304 0.02 MB 39 36
168,447 168,447 0000000000000a3c4e06a3bab8747e3c0d0291ff172a9f9aae5524727d2f8907 0.04 MB 91 147
168,446 168,446 000000000000040fd85f8cbdbfb027b217737e6a9d9e1ed16778658652f3152e 0.02 MB 41 72
168,445 168,445 0000000000000b590b0e099b245098a1ac180188cef0cc3682b58a18f04a9337 0.05 MB 31 32
168,444 168,444 000000000000046b0b76daadc353132f5671a5017a2821b7b7a90ab53b82dc43 0.00 MB 7 0
168,443 168,443 000000000000099efd4419aca7b1fdc822d4711faf37f653ad4184d88d55ed3d 0.00 MB 10 15
168,442 168,442 000000000000087f1122bd0098ff219d5417cc3281b74a49d8e340385dc39d56 0.01 MB 25 206
168,441 168,441 000000000000018483076d7cbc51088d782a17c853b5c110409a9f318777d7ae 0.05 MB 135 43
168,440 168,440 00000000000005c12c6e4f62f709f380befa16e5967916e06b4c74c40130a83d 0.01 MB 18 202
168,439 168,439 0000000000000589a6e5346825fde174851881442541b291daf8fb0c11254d46 0.04 MB 90 59
168,438 168,438 00000000000009c920cdc93fb2ec05633ffc77b06abc8c8f6cdeb5766d631879 0.01 MB 27 158
168,437 168,437 00000000000005a558bbcb3970ebac99344afe1a5dba7076ff9d1c569c384442 0.02 MB 43 105
168,436 168,436 000000000000040545c9027e93b48ba0da0b37ff58dc586cd70e687c83a273a6 0.01 MB 6 0
168,435 168,435 000000000000084dffe185a4f98d7a1a488bcb7b4a019b20b4630ae809eca415 0.01 MB 13 25
168,434 168,434 0000000000000c0a321ee13096decdd5c3caaf110b44d10730fd1b48da6633ae 0.04 MB 109 105
168,433 168,433 00000000000008071ee59ee301fcc5b048f4ccc212079a2c1c07f939d19222e6 0.00 MB 5 0
168,432 168,432 00000000000009af7a43f531cf64962016539640ee7f24c3f4b452e60e643759 0.04 MB 111 64
Previous 10 blocks ↓
Total Size: 769.01 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,617.23 GB sent, 92.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.