Memory Pool Memory Pool Refreshing

5,164 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,945 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (791,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,120 116,120 000000000000e08707b8299b8526960800c0b1ed76ef28f64749f4ea1a71eb0c 0.00 MB 2 0
116,119 116,119 000000000000d623b58f9b3b619d805ef52c15d86606441614302cf16c3f61bd 0.00 MB 3 0
116,118 116,118 000000000000ce0252bfb4778921cec1d99d52db259a37af12548210efc5a35c 0.00 MB 3 0
116,117 116,117 000000000000c141e36b137f0bf22eb8f54388855b9bb24979a554e97bc68a2a 0.00 MB 1 0
116,116 116,116 000000000000c0df9feca49577f24f32d680052ca2fd78ac635a13bacf1e4914 0.01 MB 4 159
116,115 116,115 000000000000939f36e72a2139e3cba36d4d1140c06787bc473a7aa63245deff 0.00 MB 4 0
116,114 116,114 000000000000c4730506c98bb311e61f0a9bbcf462599514a602191cbd1eff1a 0.00 MB 9 0
116,113 116,113 0000000000008e4f3a2c4003ff06bd3b65f85e3909a9e33b07c25141e4edc168 0.00 MB 7 1,046
116,112 116,112 000000000000950eaa0c3ba6c0905d521e77019660d3414f6067c8f196114c9a 0.00 MB 4 1,285
116,111 116,111 0000000000000ee32bbdcfcd50b713026b3d0392035f9b6d2268d28964b4ac08 0.00 MB 4 0
116,110 116,110 000000000000f24dce89ead806e64c07f9bfe72107077bd25f6bbb508fcef4bd 0.00 MB 10 0
116,109 116,109 000000000000c353279aef07a4fcfa1db1def52fd2e3bf3d8d6e64747b1c6ab5 0.00 MB 7 346
116,108 116,108 0000000000008b34284b95ad4cf10fc92e72b7e0085f2b22b7f1ec8dcbaaf3b4 0.00 MB 10 672
116,107 116,107 0000000000003c4a09d0d6f8ffeb4a3420491c5799f85bdb0c1e8959236efd39 0.00 MB 10 0
116,106 116,106 00000000000028dc77e22f20dc6feab81b692437e3a55240f376d27d17b9f1d4 0.01 MB 19 146
116,105 116,105 000000000000cac786c1445b83203e52f52f04a1cef58ebb093698aa82455268 0.01 MB 13 1,489
116,104 116,104 0000000000002cdd05981fd1084c55080fc4204388697a536b00c160fd7c7ba8 0.01 MB 17 539
116,103 116,103 000000000000de9b3e3ff8484a6007a16c4ec2f2efdaf0163a9eaefc3c7b8e4c 0.00 MB 1 0
116,102 116,102 000000000000a56a1a9d8d83ee35c864677d86382b6c0e1f6c57dfe1a1f78dec 0.00 MB 9 678
116,101 116,101 00000000000076fee78ae3e7ffc05305fb8571ba8a5db9a9f90506a7d3ef9536 0.00 MB 3 0
116,100 116,100 00000000000065411fff4820e49ec49f2cb88a9ca32167f63f467f7e617ad49e 0.00 MB 11 312
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.07 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.