Memory Pool Memory Pool Refreshing

3,935 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
891,626 0000000000000000000251050000000000000000000000000000000000000000 1.00 vMB 1,887 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,624 (8,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,453 883,453 00000000000000000001a1deb68268eec520a346c118e70737993ade50950ac8 1.51 MB 2,780 2
883,452 883,452 0000000000000000000198efaeceb2128e26b77298851f776df7494faa46100e 1.51 MB 2,618 3
883,451 883,451 00000000000000000002304cd612228cacd42b1f1ba9028e48ab61cf213b49e4 1.51 MB 2,344 3
883,450 883,450 00000000000000000001026015d208482dbf6e45d49db43303f2688751bc4536 1.56 MB 3,176 5
883,449 883,449 000000000000000000020f81d567dbfcb0edbd725f77b0935167301be2c2d76f 1.65 MB 3,877 4
883,448 883,448 000000000000000000004a3bd027f31cf810d133f9ee7cd0a5286bdf63b3b3a7 1.60 MB 3,708 5
883,447 883,447 00000000000000000001e0edf9377f964f7f07cc9da9e628553370faca019644 1.62 MB 3,715 5
883,446 883,446 00000000000000000000e48014eccad7a793fc0decb9c99fa92dcb543a579b79 1.63 MB 3,177 2
883,445 883,445 000000000000000000000a06878f2789d85a61a3120701423ecdc33d53b8f281 1.55 MB 2,536 3
883,444 883,444 00000000000000000000db6199a83840f21b3e423ccb6119d2a750abea8a4024 1.57 MB 1,998 2
883,443 883,443 00000000000000000000be901a30f59ba32772e9b9f0f73f1d2d662d424ae27f 1.59 MB 2,301 1
883,442 883,442 00000000000000000001240a2db99624aef632585fb496e41c0e4d2fe33e52d1 1.61 MB 2,245 3
883,441 883,441 00000000000000000000889290692e9b06d4b24d72717e5b7145b3b64b3a9727 1.62 MB 3,733 5
883,440 883,440 00000000000000000002454616587d903eb8a1b04272cc65fe2cf9ff08f7dc67 1.44 MB 2,474 3
883,439 883,439 0000000000000000000016a85abc5ac1adcb8a90a05597a3b1cd4215e89fb8a2 1.52 MB 3,474 5
883,438 883,438 00000000000000000000e9deac78df5b93e24c2dbd5b124318598fbf5927b334 1.53 MB 2,093 2
883,437 883,437 00000000000000000000f32daba115a876778365a11935c4c8920afed2d10e3f 1.64 MB 3,300 5
883,436 883,436 00000000000000000001764583ff5352c041dfae9acb66b3f07f0d0e9d6c34a9 1.62 MB 3,784 5
883,435 883,435 000000000000000000022f632666e80194ba47ccab2eebb97fb726bf4e88b280 1.51 MB 2,657 4
883,434 883,434 0000000000000000000014714ae5a20acec0249205fb85c622d22a8c93583c74 1.56 MB 1,942 2
883,433 883,433 000000000000000000020872c87ce8efba5f9b18f61391c34c67e592702014b1 1.57 MB 3,497 5
Previous 10 blocks ↓
Total Size: 740.66 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: 3,604.84 GB sent, 164.12 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.