Memory Pool Memory Pool Refreshing

4,283 transactions
1.62 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,977 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (708,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,100 199,100 00000000000003bb7f96e6c50a55833c935eb0e5ce41dc565d16ac2ce22462fc 0.12 MB 238 121
199,099 199,099 00000000000003beb0e2aac7cc92497ea146c7b36f0262f8e85290ae1d0b651f 0.05 MB 92 101
199,098 199,098 00000000000001113b6283a83d46763937104eb45d94680d08c35b6522dac531 0.08 MB 215 138
199,097 199,097 000000000000039f090078b58748b595c5008830252f6cd3b5212d69fcfc0335 0.14 MB 256 110
199,096 199,096 0000000000000522c5588e3bc452cac493023e344f3e9cac6c923ea1527e8d90 0.13 MB 306 162
199,095 199,095 0000000000000536f120cb390cfee39bdc0bc077ac99884c633179f124bb9d03 0.00 MB 9 15
199,094 199,094 00000000000000e1ad42b38fe81075a5e342c2e33366a2fc4c1814722a1cd06d 0.17 MB 345 117
199,093 199,093 000000000000029f162ccad165ff7e733bcf0a863d6bdbf2a421ef39341a6969 0.07 MB 76 72
199,092 199,092 00000000000006195c987e3f9225805aeab977a619e713410d7fa7ed952878b2 0.01 MB 35 335
199,091 199,091 00000000000005d94360fc21268bee42e7d75bc24b15e5386e90983c957e301d 0.04 MB 75 88
199,090 199,090 0000000000000447a3001f2e8ee261e3a70121217a7a85644f6c3cf362c11161 0.15 MB 230 103
199,089 199,089 0000000000000314457d636b8fe8bcc9d4b4603871f7d2c15634a7087601d4da 0.01 MB 16 38
199,088 199,088 00000000000004ba122e6d00ae55c3dc9f39834c2e34a90ce00c4eff836a9d8a 0.28 MB 539 51
199,087 199,087 000000000000061db6d68f42b8027ee9f5b4669a9f1fd5cd4c3bafcc928cfc31 0.06 MB 155 125
199,086 199,086 00000000000003bb99ffe0486b6de58812a514ddca9957ad24b55ba21f46cf5d 0.00 MB 9 901
199,085 199,085 000000000000031676d8c7d91ef11853b77c1ebb9fa1d62757fb63a8c6dbe203 0.02 MB 50 104
199,084 199,084 00000000000002b64a846f8ce50dcdf55a8440eef28ab1b9c2063faf45d782b5 0.05 MB 50 111
199,083 199,083 00000000000005db82b922eb5e45204a315be846a5d8daab4bf3ecbc1f1af040 0.03 MB 64 147
199,082 199,082 00000000000000b84fec281ba3be9c2376f7ddf1ae116bb637ab7b08fd57eb36 0.10 MB 206 112
199,081 199,081 00000000000005ef19681e720bf7060045caa3aaa66a963bc713c3278bec8d39 0.14 MB 348 150
199,080 199,080 000000000000035f902a529b55dc5d25418eef19714efab02d8c32827f1a74e4 0.02 MB 41 146
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.27 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.