Memory Pool Memory Pool Refreshing

2,439 transactions
0.92 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
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,958 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,437 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (610,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,466 297,466 0000000000000000445357a2a3dc88398bccacf32858180d5085c75efb846cff 0.45 MB 835 39
297,465 297,465 0000000000000000719164cad9f8f6a09c33d506c6b204377cc7b518d31206bb 0.10 MB 180 25
297,464 297,464 000000000000000059345fc754cde2ce3c301ef823be28c5e55d47c94336b5fc 0.01 MB 27 39
297,463 297,463 000000000000000099b00ddf86477df5f4597f1e0d2c0fc18aeacbcfcfc4cf96 0.10 MB 223 32
297,462 297,462 00000000000000005a67f1b9faa60b6d7676c9956649c0a1cf2a63fadb12144c 0.12 MB 212 56
297,461 297,461 0000000000000000628783f9a466245647753b61e3f6d763fd46f31821205be9 0.13 MB 207 27
297,460 297,460 000000000000000078c2134c4d0e66a4c02c08ac6aef71151e289199a1230440 0.23 MB 252 13
297,459 297,459 0000000000000000475594d129f6862a3d8928e49ce7fc366b00a7b309f1c6e4 0.07 MB 154 72
297,458 297,458 00000000000000007a218bc80924e8b91fedd95ff7c11b9a4ace415c3c04d69d 0.42 MB 783 76
297,457 297,457 0000000000000000741a034bcd64c0516917760e1d97afa7c219878b9d56dc1b 0.42 MB 664 21
297,456 297,456 00000000000000002795a8c7716256ee161b08e8774202addaae1b2b1d8c9be2 0.03 MB 64 44
297,455 297,455 00000000000000004b126656b6fa704faf5b28d55f5be9edf83cfe951325e652 0.25 MB 795 160
297,454 297,454 00000000000000001f41ede42a5a6504a93d5f62bb4de47d3df1c5415fd4030e 0.33 MB 580 33
297,453 297,453 0000000000000000030cf066817fee6df651f0506004237c3dab7367fd440b63 0.07 MB 209 36
297,452 297,452 000000000000000088ab7ade36cb8e6b37268697ab6f97e183347f8280e8a737 0.11 MB 163 21
297,451 297,451 0000000000000000297fb8205ec9fdc5ecb52fd6c77ea161dec20f8eec240dc2 0.35 MB 509 67
297,450 297,450 00000000000000005bd57cbb06b570dcfa43a33ee438f9e35a2b00ac8a3e798e 0.68 MB 1,032 27
297,449 297,449 000000000000000042f8f5fad6703c2b3dd7792ef471d9ae052028816cbc6884 0.22 MB 280 24
297,448 297,448 000000000000000022c8827a387dec78e18339755bd9a6c478eb834a48e4a659 0.55 MB 731 35
297,447 297,447 00000000000000004dd584396b8a58ee5a5b4ee5dd9fa687e91f2e2730a29bea 0.14 MB 79 13
297,446 297,446 000000000000000040cbadd280cebb26d0077f8643eb097e584dcec64ec53e70 0.17 MB 128 14
Previous 10 blocks ↓
Total Size: 769.47 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,646.23 GB sent, 95.28 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.