Memory Pool Memory Pool Refreshing

5,193 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,401 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (644,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,145 263,145 00000000000000098f075ded892452b5edc24373fefd68b4b4f309e0ef739b48 0.13 MB 349 111
263,144 263,144 0000000000000001a96bcc6f6aac2ddaaf157c1167c899fab983b687d6a94622 0.14 MB 306 82
263,143 263,143 00000000000000041daf27b280092cbc0848d5475b3977103e16d832c1c55af1 0.00 MB 6 43
263,142 263,142 00000000000000044a2ee439294098ab4382fd19d313f7abcec3b9cc01410579 0.09 MB 202 67
263,141 263,141 0000000000000001c79c851678401b8cc90b38343c59d1daaf6bc618ac3bb847 0.03 MB 63 76
263,140 263,140 000000000000001340671638fd05f1219b53fd9ae9fbd6289d38f8880a5647ac 0.21 MB 404 92
263,139 263,139 0000000000000005513dd39f9b59ea34177b68a230444a53b4f517471ee5a6aa 0.07 MB 178 97
263,138 263,138 00000000000000149a926033bfe7090d42657d2293269837b90cfce58f8de075 0.06 MB 183 114
263,137 263,137 0000000000000010a917f94586f1217a17ea15caf54a5e9bfad87b8e3973c94a 0.14 MB 326 79
263,136 263,136 000000000000000262724507d0f6ad699c8efb342b15450f234e6cb054018cd4 0.08 MB 229 113
263,135 263,135 000000000000000018ce4d90e37ddb4126910fc49698a8018c08e5efba99c7a2 0.14 MB 318 89
263,134 263,134 000000000000000aa4a07e1c76843e05aca82a0530e3f9e221465a7d4b621041 0.02 MB 30 53
263,133 263,133 0000000000000014501df0d32d1e620a75a645df2dab2536bcf8279654484db0 0.13 MB 316 110
263,132 263,132 00000000000000007b9bca29aeac4d63679111439118bae732c929d8916a9e54 0.13 MB 239 87
263,131 263,131 0000000000000000d6078abb554028ab96fd325fb6277300a97d3bbf1e765f95 0.00 MB 3 86
263,130 263,130 00000000000000077f703b5a7ea921babf876c20bd59d0a13297647615566ce4 0.07 MB 157 100
263,129 263,129 0000000000000013c49f150ec462b1e0281053b7426f39cded95dcf7131fa5a4 0.00 MB 3 33
263,128 263,128 0000000000000012552aaa7aa9634e75967be55756a737b8087e535e1161ed6f 0.15 MB 320 112
263,127 263,127 00000000000000135b0d61fdf1557b7463baf7641cdbfa256fe5a29aa2311698 0.02 MB 63 102
263,126 263,126 000000000000000693833281d3f6a272714d739ba18e46dc0c11ae456a586391 0.03 MB 74 38
263,125 263,125 0000000000000015ca8162bd437474568355b5810831d819be4ca603644540ca 0.20 MB 437 106
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.