Memory Pool Memory Pool Refreshing

3,318 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (591,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,477 316,477 0000000000000000081ab5a674a59761b5d4cee2faf510b16f720860b6146068 0.04 MB 101 28
316,476 316,476 0000000000000000074776ca1b36072772560784314b364111e6001abc975652 0.09 MB 191 31
316,475 316,475 00000000000000001ef4b48774a01dab5968ea06807303df8a7bc6bf4f422b56 0.20 MB 204 17
316,474 316,474 00000000000000001ac5280b667103616575de5b87f42b4956d7551053c50f92 0.08 MB 256 42
316,473 316,473 00000000000000000f1e3aeb8d16e578832798c4392ef682dfabb13dc659be68 0.26 MB 461 24
316,472 316,472 00000000000000000b3803eeed357886a072f567940b9fefeb745fcd872aac99 0.04 MB 72 24
316,471 316,471 00000000000000002147509d908a907267c961ccc209bbc1a502d8716986fd1d 0.29 MB 481 24
316,470 316,470 00000000000000002b3ff8fba22d81faede8115aacefba8d45756a1097d99310 0.21 MB 398 26
316,469 316,469 00000000000000000b01320c7387048351374c47efe096cc753445e7ae0553cd 0.07 MB 51 8
316,468 316,468 000000000000000000d701e6e1425b25aa497aeaa19ca8bf4b73dd69b7116c0e 0.08 MB 66 8
316,467 316,467 0000000000000000177c8f7ef4a046024c1787aede70b8b6ac68045f5c9d3aa9 0.18 MB 365 27
316,466 316,466 00000000000000002fd59102a2bdbe0f1095ebf9d85ca96451d3daa9ee5dfb32 0.02 MB 49 25
316,465 316,465 00000000000000002e2c876fd5fef8499006239d2928357c18366b13eb200f88 0.05 MB 114 29
316,464 316,464 0000000000000000376503e4b94b6e3b38dc817c09d2009d6e0ab261ca6b07ef 0.31 MB 584 28
316,463 316,463 00000000000000000ecd447426e5a048951ca197f90a81e421e5707165a0b36d 0.26 MB 433 24
316,462 316,462 00000000000000002b2dded1b355f4b3377ba9698c801f40f103c60a9782bab2 0.31 MB 580 29
316,461 316,461 000000000000000036c38314ef3f35645534ce2b79b695e23048929848f61b27 0.29 MB 525 28
316,460 316,460 00000000000000000e2386dfdb276dc299ea08c9e3bc259d7e7532a9947d7047 0.05 MB 128 26
316,459 316,459 000000000000000002a3118970fd40bc9b1a94b01e9deda0f5e24df4be9aa50d 0.14 MB 305 30
316,458 316,458 000000000000000034c651c9d1182a0eb116d8c3d1db62579e2f7f4e162b928c 0.10 MB 221 30
316,457 316,457 00000000000000002265c46427b2fc9c9de2e635650ef3f64cde3fffea09591b 0.08 MB 138 30
Previous 10 blocks ↓
Total Size: 769.13 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,630.63 GB sent, 93.52 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.