Memory Pool Memory Pool Refreshing

215 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 204 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (840,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,091 68,091 00000000003dbb544c84f48021b5717db581d286d47b019be935fdce03e5e281 0.00 MB 1 0
68,090 68,090 0000000001513a8b16fb54e69cc2a4a0c5d9abf5f8664a7c3956f5e6d4002e27 0.00 MB 2 0
68,089 68,089 00000000032fa618d1c4a52d341767f742ddf7788f52aaedafcc8e8e529ce14d 0.00 MB 1 0
68,088 68,088 0000000000e83fd4630a53d045f5fd4a2ceb2aa5fb97d4cf7d36d7f24ea24356 0.00 MB 1 0
68,087 68,087 0000000003f4fc00ecc996fbe6377d5152e3ed76f9a4f653495aed38ad5e1c7e 0.00 MB 3 0
68,086 68,086 0000000001a62d7d0f7fcc7c71b33e998cce28261d2fa5f84e9e6ab36c80b12e 0.00 MB 1 0
68,085 68,085 00000000003d7fbb6f22fe2e55a45ecdcda816983ffb3e6ac051c36687c9f43f 0.00 MB 3 0
68,084 68,084 0000000005838c5aa20a6a94df661a667d2b82bc2920847387959640ad1beb36 0.00 MB 1 0
68,083 68,083 000000000360202f8f7ce9a266642c86ed86d01cbf14408c7823bf15c1cc7178 0.00 MB 2 0
68,082 68,082 0000000001c95c107ff94b0a244267e3871ba5ae259462689b851f169519b9d8 0.00 MB 2 0
68,081 68,081 0000000003e357730ab2e25c64ae4cc824b768612571d19ab6568191b396ad8b 0.00 MB 1 0
68,080 68,080 00000000027f99f17a7adcef50e41d8612488430d49b1ba7c26e8b62bf98978a 0.00 MB 1 0
68,079 68,079 000000000321acaf16b4d694d343076db10c283c7b1b22ac7dc86353ebdd836b 0.00 MB 1 0
68,078 68,078 0000000004929aa916e2923dced25527981f0b1b2b85fa05a24a3a42059ed265 0.00 MB 3 0
68,077 68,077 0000000002605fcf8ce9c9e790477a9241c1c61a2e9462c1821e67c2db5b4936 0.00 MB 1 0
68,076 68,076 00000000011ca0f33dddff9bca001c33241c1f4d5f469c3b65c6199caa805dc0 0.00 MB 10 0
68,075 68,075 0000000004c67a0bc0cc27ee837d8f0182192cf91650349ee74696edf0be5582 0.00 MB 1 0
68,074 68,074 00000000029881a9a73a38b161b502dccf476322ec6215e4740c89538a278aad 0.00 MB 1 0
68,073 68,073 00000000032fb05d26cdef21ae92b2914b518dd18d662374807292f94fecab38 0.00 MB 2 0
68,072 68,072 00000000051ef7652d79bddcdf74282d4231147c44a95ccc56a40d944ac16b6d 0.00 MB 2 0
68,071 68,071 00000000024b208dd971cb0f78487d8966fb6d8464173863fe1b1f08aca00bf1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.65 GB sent, 99.73 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.