Memory Pool Memory Pool Refreshing

11,216 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 22/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,067 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (635,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,120 272,120 00000000000000002a002796f8687b526c6b9037e939f3375528c8c70a742334 0.18 MB 466 124
272,119 272,119 00000000000000028387170fee873d56a2773e356cd828621789d68fd9e56cb1 0.03 MB 88 66
272,118 272,118 0000000000000004c3e17eee2cfb3c68af0f89b5e3e4b0ca40c7a759ce054b84 0.25 MB 565 48
272,117 272,117 0000000000000001a17718aee13054ab6d5b81c27be6c4d6a2850c715a82c5b6 0.03 MB 72 57
272,116 272,116 00000000000000053bcc7caa20035c80833b17e62b451025f2dfd9cf3cd9be37 0.15 MB 294 55
272,115 272,115 00000000000000025caf040082ba9df3dbbfe79b7c062547d57a1a1ee25109f8 0.35 MB 852 56
272,114 272,114 0000000000000004698d5f5796ab7d3652f8545bc9800e5dcdb6307068a2055e 0.01 MB 40 37
272,113 272,113 0000000000000002b17edfcb3cedc59f1725ed7e5d5860deb477e8700e80c5d9 0.11 MB 204 34
272,112 272,112 000000000000000523761c574be62695d793db54995120532706d5cc38498183 0.08 MB 239 52
272,111 272,111 0000000000000005db3d77a0a552224bf8c6f20671eeeebc5d833a3752a5f0c4 0.15 MB 240 32
272,110 272,110 00000000000000014b56f66f550e5b0f611648d3d4803fac89de8bd83db1a843 0.16 MB 277 43
272,109 272,109 0000000000000002d5e0b3ab886b5e8562e36b42b3f7b7c38a32f829c9274234 0.14 MB 358 57
272,108 272,108 000000000000000413cb39fe55aa6950d4ae74e34bdb4d4a022eb364c5c6bba3 0.10 MB 274 48
272,107 272,107 0000000000000002099dc14da18707ec5f5da21c1929f707c872acfecf6ab253 0.22 MB 593 71
272,106 272,106 000000000000000343d880297243f1016643296d6e518b39c998bb4a30303c60 0.04 MB 91 17
272,105 272,105 0000000000000000f39c9ea825a41d7cb2c16a60290779f4d4867be5c6fcfd8c 0.41 MB 574 96
272,104 272,104 0000000000000002a25c2bf5729fd21881f3af529e3aa04b762ab6699b09e2e6 0.25 MB 887 198
272,103 272,103 000000000000000563c6d7d37ce357c142006206a078d197434cd27adcdfd871 0.50 MB 1,436 82
272,102 272,102 0000000000000000fe668c2f4dcdcce4eabd03d57f3146c54c27143de8807816 0.25 MB 837 265
272,101 272,101 00000000000000046cafba7fab66e25bb71e6dc5c74b71956e751341588972a0 0.24 MB 374 9
272,100 272,100 0000000000000005dedcba566d4311ce32577130c1f168d60a02636b9df1ce0c 0.49 MB 920 27
Previous 10 blocks ↓
Total Size: 768.95 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,614.45 GB sent, 92.57 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.