Memory Pool Memory Pool Refreshing

6,146 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,765 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (644,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,482 263,482 0000000000000010944c0d6a83132d74751352e30a04c35667ba8b2dd34dcb8f 0.05 MB 97 34
263,481 263,481 000000000000000b381614b4558fb273f344e5669c3114c79a48477c6689582f 0.48 MB 595 91
263,480 263,480 0000000000000016a09a57871d8d870cbf1945d7806901b4648d4d5f5980ebd4 0.06 MB 99 85
263,479 263,479 000000000000000dbcd6cf60b63e98f2f2010ef4f1d9ef1a47b6d2137a13b70c 0.07 MB 129 96
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
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.28 GB sent, 93.32 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.