Memory Pool Memory Pool Refreshing

3,663 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (768,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,810 139,810 00000000000002056bdbf54626c7fb9d31462c526c96b3a6accde5dbc5d70896 0.04 MB 81 125
139,809 139,809 00000000000006983dc826214e293030f84783b046b88856998adcb9e3066277 0.03 MB 53 48
139,808 139,808 000000000000073780856603b1569dedf6b89ea2d0564a1444998af9824f4635 0.02 MB 35 301
139,807 139,807 00000000000004476c06a2df7d39e31897e4607c87d77ca0574cd655654fc00b 0.01 MB 17 84
139,806 139,806 000000000000041e72e561801692ec6360ee0e19facc35c649a0f5693326f606 0.01 MB 14 219
139,805 139,805 0000000000000035b52a4a5f73a065d071a0553f06f81421b9e2f26598a75c20 0.02 MB 78 79
139,804 139,804 000000000000083f2d5e4dacc8178fa05d9dc2e3bdb974c917032ac6e3fa3aa5 0.02 MB 45 209
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
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.