Memory Pool Memory Pool Refreshing

6,788 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (732,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,646 175,646 000000000000064567f48b66a4ad6c04bdbfb327b00beb17934a787cb653b445 0.03 MB 102 71
175,645 175,645 00000000000003c802523a5e1d2cdb77eb70de275e1549bedbd8b1fc4fad9de3 0.04 MB 68 205
175,644 175,644 00000000000009ec3aee73dc482990e562609fffbf8e3e3a55640f20c00e502d 0.05 MB 141 102
175,643 175,643 0000000000000a32de4d09efbf9bd439c0cb5acc4ea712a7e38cf53547a8f0c1 0.06 MB 43 248
175,642 175,642 000000000000070b32701f7aa47909039830b3e1951016b83b566f8c0cddc2ac 0.05 MB 153 72
175,641 175,641 00000000000005b7915bf8a6927ab8995eda75a5b0eb4eebcb89995c5cfd2b89 0.04 MB 114 59
175,640 175,640 00000000000002e9384cccfc5bf914550c28944323da28cd057118c66b695495 0.04 MB 102 53
175,639 175,639 00000000000003967e85958e48da4c950c40f029da8829b3133b4a12d1f0215a 0.03 MB 65 38
175,638 175,638 00000000000002ab75d923e9209ebcf2cce39bc3f510c6b9b9408f34aa216370 0.00 MB 6 269
175,637 175,637 0000000000000758ec189503dc5c9f02d3ce9966fb81d8baa8fbbb0c9c0705cd 0.07 MB 89 330
175,636 175,636 00000000000007211c0c28968da77075f714da8eca576111304ecd253b46fd49 0.00 MB 13 33
175,635 175,635 00000000000003c810d1b03c593e1af75a40d85628234b5c25f6d067941d52ab 0.04 MB 82 70
175,634 175,634 0000000000000a673ed146d6b06886846ed9252a51def4505255dfa91a7f7325 0.02 MB 38 113
175,633 175,633 000000000000064684c11713de26502e0dc5d25a0b924609efa7cbe4be17ed46 0.01 MB 18 117
175,632 175,632 0000000000000454bba07a3e908a9dcbe940eedfbe4f857ce2b68152679ced4c 0.04 MB 142 37
175,631 175,631 000000000000093eb803a60b48f4e6e37cbc33c87c8f78e52e645bdfd153ad25 0.09 MB 89 66
175,630 175,630 0000000000000875f33cfaebd4a13f007c48192d671af44fb07eb42e13f16870 0.00 MB 1 0
175,629 175,629 00000000000005e041348dd82f11820599a8013801440971d8f3403085472a63 0.00 MB 10 16
175,628 175,628 00000000000007188c68c38222d87fc8daea2f81ab50d20672ae95c3b4bb37dd 0.01 MB 10 70
175,627 175,627 00000000000009c44b8cd37a46f79c17e42a27a9fb8db49a201d5cca4e04804b 0.00 MB 12 103
175,626 175,626 00000000000007fcad7695d29c4485f6e1470d3858570e374e86192094e156b7 0.01 MB 23 38
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.