Memory Pool Memory Pool Refreshing

537 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,904 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 513 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,903 (768,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,803 139,803 00000000000001f5543ec9d74a7aad29f21fd90d5e78dab7f3ca9f91571a8456 0.01 MB 17 130
139,802 139,802 000000000000085e7b66a02d39571764cf8c7b115a6858e5a36549215100a184 0.02 MB 30 228
139,801 139,801 0000000000000459a4fd48ba3d18e556120394675a7493f0e96bf4c5aebc59b2 0.05 MB 108 114
139,800 139,800 0000000000000153baa61786ef35b82751e2083c5ab2779e5cd3e4291c2f64c3 0.01 MB 22 133
139,799 139,799 00000000000001f0f9bd136dced61830d54c729ac6c68db5d8ad5470538e36dd 0.02 MB 45 236
139,798 139,798 000000000000065743941f55e2c9ed687539b6dca7704705fb65a76292d3a1b9 0.01 MB 31 192
139,797 139,797 000000000000010615f919cb9f9a7c9e627cec1a615e001fb3d01d7ff401da40 0.03 MB 63 192
139,796 139,796 00000000000005c4dbf362e89231d70b1818e663ae8a6ef98e9a5ef073160230 0.00 MB 8 296
139,795 139,795 00000000000005c4426d37f39b26efff262da2929e5ab8724f7ab0a5f00cdc0f 0.01 MB 13 470
139,794 139,794 00000000000005096212ee1815fccfc8e1351a1be9b394499504e7ab503647bc 0.03 MB 106 84
139,793 139,793 00000000000001152e893c1b8033d0a4f7bfc4e1d84e1d143c2498905324cdb4 0.08 MB 107 83
139,792 139,792 00000000000005878a23b36f0c9850434f328612a43b039b7ee43a1a2e1cca34 0.06 MB 16 88
139,791 139,791 00000000000002db5e0be58d2dba3c4ec2c4c2a569895bbed6b60f4f3ce194f7 0.02 MB 67 319
139,790 139,790 000000000000002789ce63c25e332a4e4d737817061a24a5d343562ffc288df1 0.03 MB 69 1,393
139,789 139,789 000000000000047da59ed44d26a4a56b858eb93fa2fc1f30f7468aa23589ecfa 0.01 MB 23 118
139,788 139,788 000000000000065cae7e0d28e23ae0e2c42bd3f0bc24fe13a0be8b37515dd7e0 0.00 MB 11 306
139,787 139,787 00000000000008976a6317719a9198d602be1bb93f724530d0c896a83cab3007 0.02 MB 64 14
139,786 139,786 000000000000062b17cbcbc85ad8b651a49e6b5c5f230f7932e216667f68e8c6 0.01 MB 12 42
139,785 139,785 000000000000089c54fec588e0b7685b6d6e7220eda685b80145d1e944c7b3d2 0.05 MB 159 101
139,784 139,784 00000000000004a3eb65f9142c1eb1385c93abc551a55e66bfd300073066028f 0.09 MB 292 214
139,783 139,783 00000000000006a076a921a1b6dd3cbe0101760464234e3f22dfaa955cf268ec 0.02 MB 48 422
Previous 10 blocks ↓
Total Size: 769.36 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,643.71 GB sent, 94.75 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.