Memory Pool Memory Pool Refreshing

7,085 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,063 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (732,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,142 175,142 000000000000001a921ee2121b100ceba895971cc1b99466066e8f5f6a2d114c 0.05 MB 172 26
175,141 175,141 000000000000057a67b9a7916ca08b1b47a4a3ff33041bababf2b8bed7fcb833 0.05 MB 115 183
175,140 175,140 00000000000005735aaa28c0e8c18baeceae91366ad1af6ccce7dd26ba70a4f6 0.00 MB 1 0
175,139 175,139 00000000000003fe6b163302c82c69c79732c2559f20f2d4e8e842c89aac5b3c 0.05 MB 109 124
175,138 175,138 00000000000003dafff68acf7de67ac12faf8f7111b8497037a01f9a6dbdff1a 0.03 MB 75 160
175,137 175,137 0000000000000783e4646095eeccf57a039813a2a51763e6f4552912308ed090 0.00 MB 3 493
175,136 175,136 00000000000002ec66b523d925ebfbfffae2a91be0562f2e17d5aac0523bd395 0.04 MB 54 44
175,135 175,135 000000000000088b49d6f16613d58137a5fb107a12af08b0adac796eff590c12 0.02 MB 51 151
175,134 175,134 000000000000052ec1f3c1122a449fb3d1de87da9934fbfa063876d6cd03d02c 0.05 MB 13 57
175,133 175,133 0000000000000959bed0c786419f0f8ddb0f1ec5f191cb972ec9b799f076811f 0.02 MB 61 321
175,132 175,132 00000000000008661879a40daff06bc821f95877380759ebda3ed0165205383c 0.04 MB 64 245
175,131 175,131 000000000000068f377250a9368591ab58f5e4e41460390b603cdab443eb45ac 0.01 MB 37 5
175,130 175,130 00000000000005c0e14e6b01aab995305de6d189ce4fbba6844646675c95f65f 0.02 MB 35 122
175,129 175,129 00000000000005ad4baa95c8645975d0e846777b3e4ad5e13d2b174b5ec3e836 0.03 MB 32 35
175,128 175,128 00000000000003f6bd0e0029d0ab8c76d8ef290df62394f27686073c22dfa5e9 0.04 MB 108 84
175,127 175,127 00000000000006d3c02a521085066e60a7da7b28bb5370719dc04e42ea84a8de 0.05 MB 97 5,141
175,126 175,126 00000000000007adfb30ddce65edd12a782154be011c0cf804e0c790d83b242f 0.01 MB 16 145
175,125 175,125 000000000000090309e67d120dbdd7c77465d10183c970803020d64978e26b2d 0.02 MB 77 25
175,124 175,124 000000000000079e840a11f3aaced5a8e2d7cba94407e09ffb9775bc23b800a4 0.02 MB 53 17
175,123 175,123 00000000000002b5ae745243795082b502b2537ba71208f9c9fccaa075077601 0.05 MB 101 172
175,122 175,122 000000000000073c70feee4dd0aedfb07f48f971148ed647248ff188f5ff763d 0.01 MB 29 190
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,633.25 GB sent, 93.77 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.