Memory Pool Memory Pool Refreshing

2,517 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (644,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,478 263,478 0000000000000015d4a79d0c235fc6d87d9675239f102c5a78b3620906ea9e4b 0.15 MB 202 55
263,477 263,477 000000000000000be12b33609a758e8b6bf31cb11d9f22a4d20fb9a23fa0b663 0.06 MB 128 121
263,476 263,476 00000000000000067fab37042ce6ada565c04b3437dd24cdfcc65f4206e2782b 0.15 MB 85 15
263,475 263,475 0000000000000006c2901d59daf7a21189025d5d171c0a1f01682f495ea0f75f 0.07 MB 164 148
263,474 263,474 00000000000000060950ff6879a1102085f9a5fe4ff7233d0653a336a6a3011d 0.07 MB 116 68
263,473 263,473 00000000000000045a1e3ef6ea8f6584be2b2cf82341bf93518591a841055828 0.06 MB 122 82
263,472 263,472 000000000000000eadb0de726d066523392b378a431cf4844b04825251069576 0.09 MB 234 120
263,471 263,471 0000000000000011db52a19b761c4ffe77c1f81bd2848984babb8f13a080a194 0.02 MB 72 125
263,470 263,470 000000000000000769f8b53bf0bd46e3eafcc570279ce9425b6eb78bf6cfe82d 0.00 MB 1 0
263,469 263,469 000000000000000d15c513f5f69f9ced086bd8639ed08e2e3dffb7d3460e665c 0.02 MB 64 77
263,468 263,468 0000000000000003d8c4cede9a7f62cb580f46394e049d151838a4da008a533e 0.03 MB 84 78
263,467 263,467 0000000000000000a9a4b9e17411828902e555579256fa34e87a406496ec36ba 0.04 MB 108 100
263,466 263,466 0000000000000012a9b4bcd5cbf053596c985b087230feefaf8f7f1dbff7879d 0.00 MB 8 126
263,465 263,465 00000000000000018a4f14a027156a57cfdcf5f75a0d8914352947e009e3e7f1 0.08 MB 130 78
263,464 263,464 0000000000000009c6b4e4c793a25f30e0f8740f596081b065096d734670cc53 0.14 MB 96 24
263,463 263,463 0000000000000011ccc98ef6b53f34dea04a71941b9fa98ba033c16f37f7308c 0.07 MB 148 66
263,462 263,462 000000000000000540399eee07f4e2dd2d58ca7f71736c9ad227016940444c3e 0.09 MB 220 97
263,461 263,461 00000000000000141809719c0e9e5467e38a50d05b5e2700b21e874966bbb93d 0.06 MB 141 98
263,460 263,460 00000000000000038398a1df8e79619721170f0a248ef209eaf1efc144c593bc 0.09 MB 180 72
263,459 263,459 000000000000000da7ba991c14e050c753d77c79e58dcbd98c2dff4d0cb38a77 0.03 MB 64 46
263,458 263,458 0000000000000005e18d69043a059a00ffdcece08a49bb0dbeca2ccb75c018e0 0.15 MB 403 153
Previous 10 blocks ↓
Total Size: 769.00 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,616.88 GB sent, 92.84 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.