Memory Pool Memory Pool Refreshing

5,069 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (42,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,323 865,323 000000000000000000013e798c651817e9d93d3f39332bbaa9e3ceb0ac5148a6 1.45 MB 6,222 50
865,322 865,322 000000000000000000009de1b8114ae7004cf0dc7e75b67c8eebedf63a05b363 1.53 MB 5,653 52
865,321 865,321 00000000000000000001afe29f80a3d2808390ac425c3f9771228f1b10f04c9f 1.51 MB 5,285 46
865,320 865,320 000000000000000000017b12ed72e2024e8d4f970af6611a824f883185fca897 1.44 MB 4,551 47
865,319 865,319 0000000000000000000058aa7aafd5be8b91986389d73fb0dc4a4f3e06a7ccae 1.54 MB 4,731 57
865,318 865,318 000000000000000000008565f4dcedd2ed68a1bb6062f4d9c43cdd5ceb801d9e 1.48 MB 6,797 28
865,317 865,317 0000000000000000000196bcff568282af727b77c70e551bf3971b413bfc3998 1.47 MB 6,274 38
865,316 865,316 00000000000000000000bf763baeb8c4d23f3199ec7a14da3d5a1185a2411b77 1.46 MB 6,199 21
865,315 865,315 00000000000000000002c93ed779a9aa8697dd0a9756109e1676d660cc23dfc4 1.49 MB 6,886 32
865,314 865,314 00000000000000000001d3a53eb5fe2c50384864ebf52f52a53cdf7e96f987d7 1.48 MB 6,970 26
865,313 865,313 000000000000000000024684b4e46c5738d54f63ae394b03cbdfac9dd18a5c70 1.54 MB 6,347 27
865,312 865,312 00000000000000000001bd958a7a07f18048164b3af0bcb966d55c61e8cfc586 1.38 MB 3,943 19
865,311 865,311 0000000000000000000070bd7f561378adfe2ca8586534beeda56d54d4ebcc53 1.54 MB 6,686 25
865,310 865,310 00000000000000000002d5ef04e1e8937c77b63fec1d3c8031ce745f8347e436 1.73 MB 5,145 24
865,309 865,309 00000000000000000002ffb1ca803137e57e604850aaa7c51b257d44df604ed9 1.57 MB 5,750 28
865,308 865,308 00000000000000000001864145283adab85c79ad4cb4cc99f214113ccb473bad 1.52 MB 5,777 27
865,307 865,307 000000000000000000007bc6cecfbb3daf55b55bb9df8a2fe17c319626192e50 1.51 MB 4,866 29
865,306 865,306 000000000000000000012b6ec1b9e9d778f784f553aa7f65c83298adef100078 1.52 MB 4,634 37
865,305 865,305 000000000000000000003043a729a371197011fa2a981f08ca3a0e3ba78df413 1.58 MB 4,889 34
865,304 865,304 0000000000000000000079e205f0515dc7feaf2888a24147c6626186acfc4a5d 1.57 MB 4,835 48
865,303 865,303 00000000000000000002d88f4b4d7d14f88b2c8e1ff74c423cb01d6487b018c4 1.49 MB 6,187 42
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.87 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.