Memory Pool Memory Pool Refreshing

3,569 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,116 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (730,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,319 177,319 00000000000006efea19a2180a211c22123862e9c59756391e6d8a5133a29860 0.04 MB 67 151
177,318 177,318 000000000000070c04914b92cab947b6481f8e6c39bee87c32298f24539092de 0.00 MB 13 51
177,317 177,317 0000000000000711190dc8b701838b920089abca56135a310414ea300583642b 0.01 MB 21 84
177,316 177,316 000000000000099a0f69f0d7ebac618714e5f544dd0d6d62864e8d8e7309b3f0 0.03 MB 69 70
177,315 177,315 00000000000005e13b753cc5fc36dda410892358874fd122111848bb35182f92 0.03 MB 78 156
177,314 177,314 0000000000000570f4bb7e460a2fc3b326a67ef4effd6c3dd0f678bace3f8e86 0.01 MB 16 109
177,313 177,313 00000000000004701a1b2244077bdfa5437f05dde00571ff31117030a7230fd1 0.00 MB 12 28
177,312 177,312 00000000000007a6f11869750e1e3a4008d9ef897d4d7d21c90d1807bc0f5454 0.04 MB 47 454
177,311 177,311 00000000000005a00f4eecb6a7cf9ee97139a3785b704400ed417929e2f406b8 0.05 MB 45 82
177,310 177,310 0000000000000088b8be368ff03bf90709ad343730a94755c88cc005b02872c1 0.00 MB 11 2,460
177,309 177,309 00000000000003047ad767e58244851f51c08cf8aa724e00662c80a6221c1ae1 0.05 MB 128 183
177,308 177,308 0000000000000350db0e9596c4e1e8ed9eea6c5e4ff82575da922d96d3514002 0.04 MB 122 124
177,307 177,307 000000000000052f3fd5c6faf949371dd23af4037d388b3f2d8778ab5263a4c7 0.02 MB 21 11
177,306 177,306 00000000000004688662f97584e7e4ebe2b812850f42bcddd7166e9b4e22ad86 0.02 MB 53 5,088
177,305 177,305 00000000000000dae1efc365fe53cf5397d5ba24414e1c2f29dbecca8049d4bb 0.01 MB 10 12,324
177,304 177,304 00000000000006681c4ad7a249e750d3378cf4361df56e4c15829086fd633827 0.03 MB 85 101
177,303 177,303 0000000000000128e7969802639f481a00042ab2fc414449ca048c6f5d8eb868 0.05 MB 70 299
177,302 177,302 00000000000004952cdf7b4b628cd4f03a3ee0b11960f2a91cc1810081c2db22 0.04 MB 116 81
177,301 177,301 0000000000000a738093655135880c03ef5e552c67343133eb48650b94ff3894 0.01 MB 13 471
177,300 177,300 00000000000005b1c4344735e044425659545ec767d5ebdb3d8055996909e4d5 0.01 MB 15 190
177,299 177,299 000000000000055b26c5f16040830f332e0b024fea66531ac664b736185d52a6 0.00 MB 12 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.