Memory Pool Memory Pool Refreshing

1,512 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,508 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (107,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,234 800,234 00000000000000000000c89b547ec29fd712517463027995dd79549a8ba04654 1.37 MB 2,169 18
800,233 800,233 00000000000000000003f7f6d0bcd8a3d3e637b62933b444d27543da5e2ca3de 1.68 MB 3,285 19
800,232 800,232 00000000000000000003ffdea9b0d8df68221017f0277d8ea22f528c232a7fff 1.59 MB 3,587 23
800,231 800,231 00000000000000000001e92fdab9bb9df58564ef3146ad7ee9e95c27eb9f9f3a 1.55 MB 3,432 31
800,230 800,230 000000000000000000035772fa079b792b28bd74602765946afb470ba7f1133d 1.63 MB 2,052 43
800,229 800,229 0000000000000000000141b048d1dd8ef21ac0abe91461365a26aa1bbe66a211 1.53 MB 2,977 17
800,228 800,228 00000000000000000003fd7d044313719543124e4f21dc557cea5f1e6bbf4acc 1.60 MB 2,891 16
800,227 800,227 000000000000000000024576191c42689e965332f64c195c439d09ec43a5c937 1.57 MB 3,193 15
800,226 800,226 000000000000000000019403da229118d9241bf5c8e0942b8c239c5bac927a49 1.58 MB 3,140 18
800,225 800,225 000000000000000000036f4a4dbe484302959d2f5af1c5000c88764c3c2b3101 2.00 MB 5,800 6
800,224 800,224 00000000000000000000f06e48871e04a8b1b7c51e050fe2cec8c59638dd1653 1.96 MB 5,650 8
800,223 800,223 000000000000000000006591e1f3274c1d09c7f37b98dd1f65c3bb5e6027bbd5 1.69 MB 2,998 9
800,222 800,222 00000000000000000002d18df4828054771e627ee3365d80dcd03a0ac9a4fe21 1.59 MB 3,266 10
800,221 800,221 00000000000000000004f7f85e8871f5d86952d40522126ebbe567a04397c876 1.65 MB 3,574 10
800,220 800,220 000000000000000000002c23ebeb177d292b11dc1ed0765fb1c19fb374793029 2.01 MB 6,162 6
800,219 800,219 0000000000000000000383192233f8b9203c4aae45b383ddd84b943be2ec78c5 1.61 MB 3,708 11
800,218 800,218 00000000000000000002b6df2ed6dd49b9d11534fb9afaf918b71740d4e9e743 1.73 MB 2,894 9
800,217 800,217 00000000000000000000f12dc6c53117a49de77fe302aee75ea2e425b8d42a35 1.61 MB 2,342 14
800,216 800,216 00000000000000000005191ad831d53cf4c0b1b9c3556b9cfc1595018826bf0f 1.48 MB 1,661 11
800,215 800,215 000000000000000000015eeb062ef12db34f20cd301b0c994cfc25c4363f976b 1.58 MB 2,340 12
800,214 800,214 0000000000000000000173ee8f09d189a53c40a10251e58aa0b27d88c26fd8b8 1.39 MB 2,114 17
Previous 10 blocks ↓
Total Size: 769.28 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.44 GB sent, 94.29 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.