Memory Pool Memory Pool Refreshing

8,284 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (652,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,616 255,616 000000000000002f3b1c088d2afcf66749d08b5845c72a5b47976ca4165c4ae6 0.05 MB 109 92
255,615 255,615 000000000000003439490996af75cd693e25afd6d1771220b8621e351531cfba 0.11 MB 254 140
255,614 255,614 0000000000000023a6b9ecca5e6977f6d32f1cfaf91106e883a4805afde212b3 0.07 MB 186 128
255,613 255,613 000000000000001d998f6443d41f4f370a5a42a5ed8da51f54a46e52ba4cff88 0.03 MB 57 72
255,612 255,612 0000000000000039c1aed833093a84ddb5f5726a93c7a85ab93dbfc3c3ee8aad 0.22 MB 487 110
255,611 255,611 000000000000002ebd4d801a6042bd187252b525d216a663e45e51430e0f23ee 0.05 MB 125 119
255,610 255,610 000000000000002bf2310bdd27b6bfd51f7d3cbc77d6b31abeabcb8218cc48d5 0.04 MB 81 108
255,609 255,609 000000000000000b3fad32f475d385de103eccf883548dd0633163658f5f002f 0.08 MB 191 134
255,608 255,608 000000000000000438d4c94d85d3710527b4d74cee997a8692eaa5e5c8a14206 0.02 MB 61 122
255,607 255,607 0000000000000031e5c64f9e2f95413dca9dc0e38d3aee5bc2d16d45482b752d 0.05 MB 82 87
255,606 255,606 0000000000000017b1535b2fbd181d8dc4c0cb67052b30028377102eb963fb92 0.05 MB 108 116
255,605 255,605 00000000000000339b97e9e03cd451509c1599084de58acc5b8c90ca2d7fd3fd 0.07 MB 151 100
255,604 255,604 0000000000000020121ef14215bf1dc500ff7fe2a2f7a1b6c63c561aee197461 0.02 MB 48 22
255,603 255,603 00000000000000284b301009767f713150256993334955156e925ac4e001665d 0.16 MB 265 111
255,602 255,602 0000000000000024bed5c8fd57017c34f1e950dbba1f9fac5d54e12c71221cda 0.10 MB 194 117
255,601 255,601 000000000000003c49d411eb1a48bb739a422606711b97c7a7a12a73f1c8daf6 0.06 MB 119 119
255,600 255,600 000000000000001a9b0a05d08d9f66200fe4155f2752772ccdc13459ea620ab9 0.05 MB 126 155
255,599 255,599 0000000000000008315bed4f8c9b09b41aafa3af9665e152bc4973f7f6ff18c0 0.11 MB 246 118
255,598 255,598 000000000000003a1d579d6dcffe2cad0daf83d53fae3c3c2bc001252af6204f 0.01 MB 26 76
255,597 255,597 000000000000001ef2a0998838e8a06e799322babd501432230b23fcab46b469 0.08 MB 90 66
255,596 255,596 000000000000002c7e3265dff69426e1b430d6e4e45e6ec61b54a91f0cb3f713 0.04 MB 102 94
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.