Memory Pool Memory Pool Refreshing

2,214 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (3,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,168 904,168 00000000000000000001a01028e3f669b3ad5c7fa798fb9badc00eb433a6240c 1.58 MB 3,512 4
904,167 904,167 000000000000000000006ea6ef43db802e31496d9d3f0af4385b51b50d59de61 1.75 MB 4,516 2
904,166 904,166 000000000000000000016e471d063a249f645a8b032bc7804f3222dbab26c245 1.81 MB 5,098 1
904,165 904,165 0000000000000000000082dd7c4fcfef562a65dc52214467833cecf4d0724bfa 1.61 MB 4,140 3
904,164 904,164 00000000000000000000903543a4700dacf9245995b21dc678a1e42bc10e42f1 1.70 MB 4,015 2
904,163 904,163 00000000000000000002167b7e3402cd417ec6e131bb6dd17a0600cca9e629bf 1.79 MB 5,018 1
904,162 904,162 000000000000000000011585bf6205ea28b00fed3cbaec13242b73c7ce239930 1.78 MB 4,841 1
904,161 904,161 00000000000000000000bd2b4ff91aaecd97f4306f02429a34e8d52be3558ce7 1.62 MB 3,707 3
904,160 904,160 00000000000000000001bdeac444f359d6d0d8772138fec645386709750c3a3f 1.55 MB 3,785 3
904,159 904,159 0000000000000000000002a8a3c84869043d1eb1894b9ee38fde712539dde372 1.66 MB 4,198 2
904,158 904,158 000000000000000000001ae31de197b756b6c92e32e95ab371d329e31d69ad54 1.71 MB 4,459 1
904,157 904,157 0000000000000000000185645a588db75f9fd47530ddb555e7a8ee8c50cd55e0 1.57 MB 2,881 2
904,156 904,156 00000000000000000000b1a49c06f17600c3fa6e5d0fd220f2a61fd1b35226d0 1.63 MB 3,214 3
904,155 904,155 0000000000000000000169a3864e8cbfae690115021b797b38675fb6b001c7db 1.59 MB 4,131 4
904,154 904,154 00000000000000000001d9ad067c352ece9f545e8e7d74e0ef6ff3046af13877 1.57 MB 3,471 6
904,153 904,153 0000000000000000000107ab94c03cf53d2710085950b4d8be27467ade29f860 1.70 MB 4,477 1
904,152 904,152 000000000000000000021b5222b2aa60690cf5dc83c89ecd3d4b49034dd308af 1.80 MB 4,715 1
904,151 904,151 000000000000000000001c3565e31685e6e3ea783ad2d4401b42ffcb103d93a0 1.79 MB 4,927 1
904,150 904,150 000000000000000000005716365ddf2e06240cd7f0ddd92d22b6dd95f0a9019a 1.56 MB 2,142 2
904,149 904,149 000000000000000000014bf4a91489fb1c08fdb4c0b011756de1f8b0f7aca7cb 1.81 MB 4,719 1
904,148 904,148 00000000000000000000766b224e9ab6f399c9689b78d14fc2697d66f8cf42e0 1.63 MB 3,522 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.