Memory Pool Memory Pool Refreshing

5,520 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (677,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,451 230,451 00000000000000ac9cb2e54ea701db57d8ebdbf32870b573daecb67ba05af5a2 0.05 MB 157 141
230,450 230,450 0000000000000210524079600a96105342512424c2bf19f6ee8e61df7e1318ff 0.17 MB 324 126
230,449 230,449 0000000000000221214e3e44c5bce1e397959832f32981b47d49c2fc6b511a25 0.12 MB 267 144
230,448 230,448 000000000000013d8ac484cfe6a964b86efc5b73f761682e1fba9335a391c046 0.05 MB 109 150
230,447 230,447 0000000000000161342834caa01684890a858ab359837b807abab480c98f1e18 0.05 MB 101 101
230,446 230,446 000000000000019415f701fa75266c77c0f7126fa02df49ba032e19dd74e9b76 0.10 MB 215 133
230,445 230,445 00000000000000d936019052bda5beebf1b60a3048866defe02dbfc77b984c22 0.03 MB 67 142
230,444 230,444 00000000000000062627c9e9ffc0d69eacd0ad965f29882a0ed3c8951bedb8ff 0.15 MB 395 156
230,443 230,443 00000000000000578820330014a3f284b29116a928e9e8298a595ab5b18e27f2 0.11 MB 211 130
230,442 230,442 000000000000020d9a5540402abf1b70c81055acf6e9092f8110cb548b656ff9 0.16 MB 194 69
230,441 230,441 000000000000018ddd174f2947bac159937a706834f88b01371fe53f9687d673 0.00 MB 1 0
230,440 230,440 00000000000000147bbdd15715322caebd5eb0e231150a32189b47b98a4a39c4 0.22 MB 484 133
230,439 230,439 000000000000002acfb7dc36d1b284edc8d707aa8ff5f94ec46e47c68dfa9928 0.00 MB 16 116
230,438 230,438 00000000000000c0dc6fc86a4cde3fc725c77afaaf9a5d69a59cfd71f29255f8 0.05 MB 92 178
230,437 230,437 00000000000000f7f00a6e10a92c5482fdd1f04f111d78896e66a3a774441b18 0.12 MB 280 151
230,436 230,436 00000000000001525c725787984183e457f06b3f2448d906c18db277d57c4a9b 0.17 MB 223 77
230,435 230,435 00000000000000c60a8f7a60efc59c39c0e69ba64c3844829bf90702c4513383 0.06 MB 128 99
230,434 230,434 00000000000000c16be90d280561a9372d6e1f220d2ff3f81f4346feff3e9157 0.25 MB 696 175
230,433 230,433 000000000000008a5ea84d85c491a4baddb1a250a97e075d8bec5aa872d97a4d 0.25 MB 366 58
230,432 230,432 00000000000000228476f0d7f807f7cedd7fe7e462f8759d8cff3ccd331cd47a 0.47 MB 1,011 150
230,431 230,431 000000000000005ea115d5a79d530cfefcf36ee1a70d1e5a11ea06126fad0578 0.10 MB 339 260
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.