Memory Pool Memory Pool Refreshing

8,357 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (78,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,246 829,246 00000000000000000001b290b6d8642291dfc661622d493d40b3d1bd9719b6f8 1.16 MB 946 26
829,245 829,245 00000000000000000000327ce0723da3889506dbae1abfd7f9341a042c863070 1.18 MB 959 26
829,244 829,244 000000000000000000036d85aa1b314cabc0dca0341d565f149c0d73b410b318 1.11 MB 708 25
829,243 829,243 0000000000000000000152b971622a6a101da34249821eb2980c2aa8b0ce14cc 1.23 MB 801 26
829,242 829,242 00000000000000000002393cd1853041010241871caedc6f8307588d49d8b1c5 1.23 MB 770 24
829,241 829,241 000000000000000000032a54873a00f6735782c3fa1623ad7e66f4decf44c24c 1.53 MB 2,169 30
829,240 829,240 000000000000000000013e8c6e3c2a7dc69d347139e9a589b3c838a90416fbeb 1.42 MB 2,288 41
829,239 829,239 000000000000000000026d3e1f4600b7c2226b076ff40f3c19615b8ceb917eb1 1.25 MB 1,253 26
829,238 829,238 000000000000000000019653965fcf0efff86e0b52ad6badd3cf53f0c1f77685 1.65 MB 2,812 34
829,237 829,237 00000000000000000003713ef7014408a14bcacca130f21898c610cdbc64801d 1.07 MB 482 24
829,236 829,236 00000000000000000002d69be3d0f122a3b8dc7556aff20b942a4d0c39364a40 1.68 MB 2,607 33
829,235 829,235 00000000000000000003743ad9d43318b2da4e2e763ba001564b50bd020fce12 1.64 MB 2,336 32
829,234 829,234 00000000000000000002019e0a9793c95fdf819d28784086adf2fa2ac641e059 1.50 MB 2,135 33
829,233 829,233 0000000000000000000029e474649f6f9e90a063d8261f03abecfad5dac3714f 1.06 MB 448 23
829,232 829,232 00000000000000000002ffa27853e8aaec1f8e653662d34bfcaa69f548283657 1.68 MB 2,412 31
829,231 829,231 000000000000000000029b2beac3f2cf2aa4b1eedda2d66b08e10d3ebb8ff2e8 1.67 MB 2,796 34
829,230 829,230 000000000000000000035e1f5d24274b2158fd56e3c967b36743c669a3946634 1.57 MB 2,305 54
829,229 829,229 00000000000000000001419986df82fd748448e619ede80c6bb06b70adf13369 1.69 MB 2,888 43
829,228 829,228 000000000000000000008feb3c42e56ced63cd87d2bdb00e93e68cec49c0a5da 1.18 MB 744 26
829,227 829,227 00000000000000000000e22a68883d977105f402d86a7dd7a165aa59965454cc 1.29 MB 1,019 28
829,226 829,226 0000000000000000000033403bd5c1416481cb72fc6d0bdd9b3cbc6693bf3d7c 1.68 MB 2,557 35
Previous 10 blocks ↓
Total Size: 769.03 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,625.45 GB sent, 93.03 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.